7 references to Acknowledgment
System.Messaging (3)
System\Messaging\Acknowledgement.cs (1)
29/// The default value of the <see cref='System.Messaging.Acknowledgment'/>
System\Messaging\Message.cs (2)
257public Acknowledgment Acknowledgment 272return (Acknowledgment)res;
System.ServiceModel (4)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
88property.Acknowledgment = (System.Messaging.Acknowledgment)this.Class.Value;
System\ServiceModel\MsmqIntegration\MsmqIntegrationMessageProperty.cs (2)
38Acknowledgment? acknowledgment = null; 39public Acknowledgment? Acknowledgment
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
44public Acknowledgment? Acknowledgment