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