2 references to CloseCommunicationAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\LifetimeManager.cs (1)
227
closeResult = new
CloseCommunicationAsyncResult
(timeout, callback, state, this.ThisLock);
System\ServiceModel\ServiceChannelManager.cs (1)
133
closeResult = new
CloseCommunicationAsyncResult
(timeout, callback, state, this.ThisLock);