1 instantiation of CloseSharedStateAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
249
return new
CloseSharedStateAsyncResult
(this, timeout, callback, state);
4 references to CloseSharedStateAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityChannelListener.cs (4)
254
CloseSharedStateAsyncResult
.End(result);
565
CloseSharedStateAsyncResult
self = (
CloseSharedStateAsyncResult
)(result.AsyncState);
582
AsyncResult.End<
CloseSharedStateAsyncResult
>(result);