2 instantiations of 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);
9 references to CloseCommunicationAsyncResult
System.ServiceModel (9)
System\ServiceModel\Channels\LifetimeManager.cs (6)
214
CloseCommunicationAsyncResult
closeResult = null;
262
if (result is
CloseCommunicationAsyncResult
)
264
CloseCommunicationAsyncResult
.End(result);
323
AsyncResult.End<
CloseCommunicationAsyncResult
>(result);
351
CloseCommunicationAsyncResult
closeResult = (
CloseCommunicationAsyncResult
)state;
System\ServiceModel\ServiceChannelManager.cs (3)
127
CloseCommunicationAsyncResult
closeResult = null;
239
if (result is
CloseCommunicationAsyncResult
)
241
CloseCommunicationAsyncResult
.End(result);