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