2 writes to msmqQueue
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
35
this.
msmqQueue
= null;
75
this.
msmqQueue
= new MsmqQueue(this.factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri), UnsafeNativeMethods.MQ_SEND_ACCESS);
3 references to msmqQueue
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (3)
33
if (null != this.
msmqQueue
)
34
this.
msmqQueue
.Dispose();
171
this.
msmqQueue
.Send(msmqMessage, this.transactionMode);