2 writes to transactionMode
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputChannel.cs (2)
105
this.
transactionMode
= MsmqTransactionMode.CurrentOrSingle;
109
this.
transactionMode
= MsmqTransactionMode.None;
1 reference to transactionMode
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
169
this.msmqQueue.Send(msmqMessage, this.
transactionMode
);