1 instantiation of GetResponseAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (1)
93
return new
GetResponseAsyncResult
(context, timeout, callback, state);
7 references to GetResponseAsyncResult
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (7)
67
return
GetResponseAsyncResult
.Create(this, timeout, callback, state);
72
return
GetResponseAsyncResult
.End(result, out outputs);
91
public static
GetResponseAsyncResult
Create(WorkflowHostingResponseContext context, TimeSpan timeout, AsyncCallback callback, object state)
98
GetResponseAsyncResult
thisPtr = AsyncResult.End<
GetResponseAsyncResult
>(result);
104
GetResponseAsyncResult
thisPtr = (
GetResponseAsyncResult
)state;