1 write to acknowledge
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqMessageProperty.cs (1)
25this.acknowledge = (int)(ushort)msmqMessage.Class.Value;
1 reference to acknowledge
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqMessageProperty.cs (1)
31get { return TryGetDeliveryFailure(this.messageId, this.acknowledge); }