1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
114
return new
CloseAsyncResult
(InnerChannelListener, sharedInnerListener, timeout, callback, state);
4 references to CloseAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\LayeredChannelListener.cs (4)
119
CloseAsyncResult
.End(result);
272
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)result.AsyncState;
293
AsyncResult.End<
CloseAsyncResult
>(result);