2013年7月16日
摘要: using System;using System.ServiceModel;namespace Larryle.Wcf.ServiceContract.Transaction{ [ServiceContract] public interface IHello { [OperationContract] [TransactionFlow(TransactionFlowOption.Mandatory)] void WriteHello(string name); }}using System;using System.Serv... 阅读全文
posted @ 2013-07-16 16:49 larryle 阅读(198) 评论(0) 推荐(0) 编辑