1 write to adminQueue
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
264
this.
adminQueue
= new StringProperty(this, UnsafeNativeMethods.PROPID_M_ADMIN_QUEUE, queueName);
2 references to adminQueue
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
262
if (this.
adminQueue
== null)
268
this.
adminQueue
.SetValue(queueName);