1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1666
return new
CloseAsyncResult
(this, timeout, callback, state);
8 references to CloseAsyncResult
System.ServiceModel (8)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (8)
1671
CloseAsyncResult
.End(result);
2287
CloseAsyncResult
thisResult = (
CloseAsyncResult
)result.AsyncState;
2378
CloseAsyncResult
self = (
CloseAsyncResult
)(result.AsyncState);
2451
CloseAsyncResult
self = (
CloseAsyncResult
)(result.AsyncState);
2471
AsyncResult.End<
CloseAsyncResult
>(result);