2 references to PROPID_M_ADMIN_QUEUE
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
48
this.adminQueue = new StringProperty(this, UnsafeNativeMethods.
PROPID_M_ADMIN_QUEUE
, initialQueueNameLength);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
264
this.adminQueue = new StringProperty(this, UnsafeNativeMethods.
PROPID_M_ADMIN_QUEUE
, queueName);