1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
193
IAsyncResult result = new
CloseAsyncResult
(this, timeout, callback, state);
4 references to CloseAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\CommunicationObject.cs (4)
461
CloseAsyncResult
.End(result);
1218
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)result.AsyncState;
1226
AsyncResult.End<
CloseAsyncResult
>(result);