2 instantiations of WorkflowTerminatedEventArgs
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
1243OnScheduleTerminated(exec, new WorkflowTerminatedEventArgs(exec.WorkflowInstance, args.Exception)); 1245OnScheduleTerminated(exec, new WorkflowTerminatedEventArgs(exec.WorkflowInstance, args.Error));
3 references to WorkflowTerminatedEventArgs
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
454public event EventHandler<WorkflowTerminatedEventArgs> WorkflowTerminated; 725internal void OnScheduleTerminated(WorkflowExecutor schedule, WorkflowTerminatedEventArgs args)
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (1)
302void OnWorkflowTerminated(object sender, WorkflowTerminatedEventArgs args)