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