1 instantiation of InvokeAsyncResult
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (1)
103
return new
InvokeAsyncResult
(durableInstance, inputs, this, this.canCreateInstance, callback, state);
9 references to InvokeAsyncResult
System.WorkflowServices (9)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (9)
108
return
InvokeAsyncResult
.End(out outputs, result);
148
InvokeAsyncResult
invokeResult = AsyncResult.End<
InvokeAsyncResult
>(result);
165
InvokeAsyncResult
invokeResult = result.AsyncState as
InvokeAsyncResult
;
195
InvokeAsyncResult
invokeResult = resultParameter.AsyncState as
InvokeAsyncResult
;
233
InvokeAsyncResult
invokeResult = resultParameter.AsyncState as
InvokeAsyncResult
;