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