摘要:
Example 9-1. Implementing and consuming a queued serviceusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ServiceModel;namespace WCFServiceProgramming.Library{ [ServiceContract] public interface IMyContract { [OperationContract(IsOneWay = ... 阅读全文
posted @ 2012-11-20 22:24
逝者如斯(乎)
阅读(196)
评论(0)
推荐(0)