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