Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
10 references to Dispose
System.ServiceModel (10)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (4)
261
this.retryQueueForPeek.
Dispose
();
263
this.retryQueueForMove.
Dispose
();
265
this.poisonQueue.
Dispose
();
267
this.mainQueueForMove.
Dispose
();
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
45
this.msmqQueue.
Dispose
();
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
125
this.msmqQueue.
Dispose
();
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
149
this.queue.
Dispose
();
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
114
this.lockQueueForReceive.
Dispose
();
115
this.lockQueueForMove.
Dispose
();
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
34
this.msmqQueue.
Dispose
();