1 write to control
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
898
this.
control
= control;
8 references to control
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (8)
932
IAsyncResult result = this.
control
.workflowServiceInstance.BeginRun(this.
control
.transaction, this.timeoutHelper.RemainingTime(),
940
thisPtr.
control
.workflowServiceInstance.EndRun(result);
946
IAsyncResult result = this.
control
.workflowServiceInstance.BeginSuspend(false, SR.DefaultCreateOnlyReason,
947
this.
control
.transaction, this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(handleEndSuspend), this);
954
thisPtr.
control
.workflowServiceInstance.EndSuspend(result);
960
IAsyncResult result = this.
control
.getInstanceContext.WorkflowHostingResponseContext.BeginGetResponse(this.timeoutHelper.RemainingTime(),
968
thisPtr.returnValue = thisPtr.
control
.getInstanceContext.WorkflowHostingResponseContext.EndGetResponse(result, out thisPtr.outputs);