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