1 write to workflowRuntime
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (1)
30
this.
workflowRuntime
= workflowRuntime;
10 references to workflowRuntime
System.WorkflowServices (10)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (10)
185
this.
workflowRuntime
.GetWorkflow(instanceId).TryUnload();
189
this.
workflowRuntime
.GetWorkflow(instanceId).Abort();
205
this.
workflowRuntime
.GetWorkflow(instanceId).Abort();
325
this.
workflowRuntime
.WorkflowLoaded += OnWorkflowLoaded;
326
this.
workflowRuntime
.WorkflowCreated += OnWorkflowStarted;
329
this.
workflowRuntime
.WorkflowAborted += OnWorkflowAborted;
330
this.
workflowRuntime
.WorkflowCompleted += OnWorkflowCompleted;
331
this.
workflowRuntime
.WorkflowTerminated += OnWorkflowTerminated;
332
this.
workflowRuntime
.WorkflowUnloaded += OnWorkflowUnloaded;
335
this.
workflowRuntime
.WorkflowIdled += OnWorkflowIdled;