1 instantiation of RunAndGetResponseAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
920
return new
RunAndGetResponseAsyncResult
(control, timeoutHelper, callback, state);
11 references to RunAndGetResponseAsyncResult
System.ServiceModel.Activities (11)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (11)
876
return
RunAndGetResponseAsyncResult
.Create(this, timeoutHelper, callback, state);
881
return
RunAndGetResponseAsyncResult
.End(result, out outputs);
918
public static
RunAndGetResponseAsyncResult
Create(ControlOperationAsyncResult control, TimeoutHelper timeoutHelper, AsyncCallback callback, object state)
925
RunAndGetResponseAsyncResult
thisPtr = AsyncResult.End<
RunAndGetResponseAsyncResult
>(result);
939
RunAndGetResponseAsyncResult
thisPtr = (
RunAndGetResponseAsyncResult
)result.AsyncState;
953
RunAndGetResponseAsyncResult
thisPtr = (
RunAndGetResponseAsyncResult
)result.AsyncState;
967
RunAndGetResponseAsyncResult
thisPtr = (
RunAndGetResponseAsyncResult
)result.AsyncState;