1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\TransportManager.cs (1)
255
return new
CloseAsyncResult
(this, callback, timeout, state);
2 references to CloseAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\TransportManager.cs (2)
260
CloseAsyncResult
.End(result);
380
AsyncResult.End<
CloseAsyncResult
>(result);