11 references to ExactlyOnce
System.ServiceModel (11)
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
42
if (this.ReceiveParameters.
ExactlyOnce
)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (2)
163
this.ReceiveParameters.
ExactlyOnce
? MsmqTransactionMode.CurrentOrNone : MsmqTransactionMode.None,
212
this.ReceiveParameters.
ExactlyOnce
? MsmqTransactionMode.CurrentOrNone : MsmqTransactionMode.None,
System\ServiceModel\Channels\MsmqReceiveHelper.cs (3)
119
get { return this.receiveParameters.
ExactlyOnce
; }
291
if (this.receiveParameters.
ExactlyOnce
|| this.queue is ILockingQueue)
305
if (this.receiveParameters.
ExactlyOnce
)
System\ServiceModel\Channels\MsmqVerifier.cs (5)
67
if (!receiveParameters.Durable && receiveParameters.
ExactlyOnce
)
71
if (receiveParameters.ReceiveContextSettings.Enabled && !receiveParameters.
ExactlyOnce
)
107
if (!receiveParameters.
ExactlyOnce
&& isQueueTx)
109
if (receiveParameters.
ExactlyOnce
&& !isQueueTx)
114
if (receiveParameters.
ExactlyOnce
)