1 instantiation of CloseCoreAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1320
return new
CloseCoreAsyncResult
(this, timeout, callback, state);
6 references to CloseCoreAsyncResult
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (6)
1325
CloseCoreAsyncResult
.End(result);
2362
CloseCoreAsyncResult
self = (
CloseCoreAsyncResult
)(result.AsyncState);
2449
CloseCoreAsyncResult
self = (
CloseCoreAsyncResult
)(result.AsyncState);
2486
AsyncResult.End<
CloseCoreAsyncResult
>(result);