6 references to GetTransactionForSending
System.ServiceModel.Routing (6)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (6)
192
Transaction transaction = this.service.
GetTransactionForSending
(messageRpc);
288
currentDest.TransmitSucceeded(this.service.
GetTransactionForSending
(messageRpc));
432
using (this.PrepareTransactionalCall(this.service.
GetTransactionForSending
(null)))
557
else if (this.service.
GetTransactionForSending
(messageRpc) == null)
646
using (this.PrepareTransactionalCall(this.service.
GetTransactionForSending
(messageRpc)))
727
Transaction transaction = this.service.
GetTransactionForSending
(null);