2 writes to AcknowledgeType
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
87
property.
AcknowledgeType
= (System.Messaging.AcknowledgeTypes)this.acknowledge.Value;
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
41
set { this.property.
AcknowledgeType
= value; }
3 references to AcknowledgeType
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
214
if (property.
AcknowledgeType
.HasValue)
215
EnsureAcknowledgeProperty((byte)property.
AcknowledgeType
.Value);
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
40
get { return this.property.
AcknowledgeType
; }