摘要:
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
阅读(210)
评论(0)
推荐(0)
浙公网安备 33010602011771号