1 write to priority
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
64
this.
priority
= new ByteProperty(this, UnsafeNativeMethods.PROPID_M_PRIORITY);
1 reference to priority
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
107
property.Priority = (System.Messaging.MessagePriority)this.
priority
.Value;