10 references to AcknowledgeTypes
System.Messaging (6)
System\Messaging\DefaultPropertiesToSend.cs (2)
57[DefaultValueAttribute(AcknowledgeTypes.None), MessagingDescription(Res.MsgAcknowledgeType)] 58public AcknowledgeTypes AcknowledgeType
System\Messaging\Message.cs (4)
286public AcknowledgeTypes AcknowledgeType 294return AcknowledgeTypes.None; 299return (AcknowledgeTypes)this.properties.GetUI1(NativeMethods.MESSAGE_PROPID_ACKNOWLEDGE); 305if (value == AcknowledgeTypes.None)
System.ServiceModel (4)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
87property.AcknowledgeType = (System.Messaging.AcknowledgeTypes)this.acknowledge.Value;
System\ServiceModel\MsmqIntegration\MsmqIntegrationMessageProperty.cs (2)
31AcknowledgeTypes? acknowledgeType = null; 32public AcknowledgeTypes? AcknowledgeType
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
38public AcknowledgeTypes? AcknowledgeType