1 write to acknowledge
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
47
this.
acknowledge
= new ByteProperty(this, UnsafeNativeMethods.PROPID_M_ACKNOWLEDGE);
1 reference to acknowledge
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
87
property.AcknowledgeType = (System.Messaging.AcknowledgeTypes)this.
acknowledge
.Value;