2 writes to transactionMode
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
83
this.
transactionMode
= MsmqTransactionMode.CurrentOrSingle;
87
this.
transactionMode
= MsmqTransactionMode.None;
1 reference to transactionMode
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
171
this.msmqQueue.Send(msmqMessage, this.
transactionMode
);