1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3725return new CloseAsyncResult(this, timeout, callback, state);
12 references to CloseAsyncResult
System.ServiceModel (12)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (12)
3730CloseAsyncResult.End(result); 4184CloseAsyncResult thisResult = (CloseAsyncResult)result.AsyncState; 4268CloseAsyncResult thisResult = (CloseAsyncResult)result.AsyncState; 4368CloseAsyncResult thisResult = (CloseAsyncResult)result.AsyncState; 4470CloseAsyncResult thisResult = (CloseAsyncResult)result.AsyncState; 4541CloseAsyncResult self = (CloseAsyncResult)(result.AsyncState); 4561AsyncResult.End<CloseAsyncResult>(result);