1 instantiation of WorkflowSuspendedEventArgs
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
1253
OnScheduleSuspended(exec, new
WorkflowSuspendedEventArgs
(exec.WorkflowInstance, sargs.Error));
2 references to WorkflowSuspendedEventArgs
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
456
public event EventHandler<
WorkflowSuspendedEventArgs
> WorkflowSuspended;
710
internal void OnScheduleSuspended(WorkflowExecutor schedule,
WorkflowSuspendedEventArgs
args)