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