1 write to acknowledge
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
249
this.
acknowledge
= new ByteProperty(this, UnsafeNativeMethods.PROPID_M_ACKNOWLEDGE);
2 references to acknowledge
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
247
if (this.
acknowledge
== null)
251
this.
acknowledge
.Value = value;