1 write to exactlyOnce
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveParameters.cs (1)
29this.exactlyOnce = bindingElement.ExactlyOnce;
1 reference to exactlyOnce
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveParameters.cs (1)
57get { return this.exactlyOnce; }