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