1 instantiation of CloseSessionAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1467
return new
CloseSessionAsyncResult
(timeout, this, callback, state);
7 references to CloseSessionAsyncResult
System.ServiceModel (7)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (7)
1473
return
CloseSessionAsyncResult
.End(result, out wasAborted);
2117
CloseSessionAsyncResult
thisResult = (
CloseSessionAsyncResult
)result.AsyncState;
2192
CloseSessionAsyncResult
thisResult = (
CloseSessionAsyncResult
)result.AsyncState;
2225
CloseSessionAsyncResult
thisResult = AsyncResult.End<
CloseSessionAsyncResult
>(result);