4 references to Invoke
System.Activities (4)
System\Activities\WorkflowInvoker.cs (4)
95
return
Invoke
(workflow, timeout, null);
149
additionalOutputs =
Invoke
(workflow, timeout, null);
225
return WorkflowInvoker.
Invoke
(this.workflow, ActivityDefaults.InvokeTimeout, this.extensions);
233
return WorkflowInvoker.
Invoke
(this.workflow, timeout, this.extensions);