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