1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
538
return new
CloseAsyncResult
(timeout, callback, state, this);
2 references to CloseAsyncResult
System.ServiceModel (2)
System\ServiceModel\InstanceContext.cs (2)
543
CloseAsyncResult
.End(result);
660
AsyncResult.End<
CloseAsyncResult
>(result);