WCF 事务
[OperationContract(IsOneWay = true)]//事务流
[TransactionFlow(TransactionFlowOption.Allowed)]
void TransactionMethod();
[TransactionFlow(TransactionFlowOption.Allowed)]
void TransactionMethod();
[OperationBehavior(TransactionAutoComplete = true)]
public void TransactionMethod(){
throw new NotImplementedException();
}
public void TransactionMethod(){
throw new NotImplementedException();
}
浙公网安备 33010602011771号