1 write to timeoutHelper
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
302
this.
timeoutHelper
= new TimeoutHelper(timeout);
9 references to timeoutHelper
System.ServiceModel.Activities (9)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (9)
566
this.transaction, this.
timeoutHelper
.RemainingTime(),
571
result = this.workflowServiceInstance.BeginUnsuspend(this.transaction, this.
timeoutHelper
.RemainingTime(),
577
this.transaction, this.
timeoutHelper
.RemainingTime(),
582
result = this.workflowServiceInstance.BeginRun(this.transaction, this.
timeoutHelper
.RemainingTime(),
588
this.
timeoutHelper
.RemainingTime(), this.PrepareAsyncCompletion(handleEndOperation), this);
594
this.
timeoutHelper
.RemainingTime(), this.PrepareAsyncCompletion(handleEndOperation), this);
606
result = this.workflowServiceInstance.BeginRun(this.transaction, this.invoker.operationName, this.
timeoutHelper
.RemainingTime(),
625
result = BeginRunAndGetResponse(
timeoutHelper
, this.PrepareAsyncCompletion(handleEndOperation), this);
637
this.inputs, this.transaction, this.notification, this.
timeoutHelper
.RemainingTime(),