1 instantiation of CloseCoreAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1379
return new
CloseCoreAsyncResult
(this, timeout, callback, state);
6 references to CloseCoreAsyncResult
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (6)
1384
CloseCoreAsyncResult
.End(result);
1724
CloseCoreAsyncResult
self = (
CloseCoreAsyncResult
)(result.AsyncState);
1793
CloseCoreAsyncResult
self = (
CloseCoreAsyncResult
)(result.AsyncState);
1840
AsyncResult.End<
CloseCoreAsyncResult
>(result);