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