4 references to GetAsyncResult
System.WorkflowServices (4)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
255
callbackState.WorkflowRequestContext.
GetAsyncResult
().SendFault(e, null);
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (3)
109
WorkflowOperationAsyncResult asyncResult = this.
GetAsyncResult
();
131
WorkflowOperationAsyncResult asyncResult = this.
GetAsyncResult
();
151
this.
GetAsyncResult
().MarkOneWayOperationCompleted();