1 instantiation of CloseAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
551
return new
CloseAsyncResult
(this, timeout, callback, state);
6 references to CloseAsyncResult
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\WorkflowServiceHost.cs (6)
556
CloseAsyncResult
.End(result);
809
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)result.AsyncState;
819
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)result.AsyncState;
827
AsyncResult.End<
CloseAsyncResult
>(result);