5 references to TryMoveMessage
System.ServiceModel (5)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
314
this.retryQueueForPeek.
TryMoveMessage
(this.retryQueueMessage.LookupId.Value, this.mainQueueForMove, MsmqTransactionMode.Single);
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
232
result = queueFrom.
TryMoveMessage
(lookupId, queueTo, MsmqTransactionMode.Single);
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (3)
152
moveResult = this.
TryMoveMessage
(lookupId, this.lockQueueForMove, MsmqTransactionMode.None);
222
moveResult = this.lockQueueForReceive.
TryMoveMessage
(lookupId, this.mainQueueForMove, MsmqTransactionMode.None);
341
lockQueue.
TryMoveMessage
(message.lookupId.Value, this.mainQueueForMove, MsmqTransactionMode.None);