RunEpisode Method

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodStatic memberRunEpisode(WorkflowApplication)
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberRunEpisode(WorkflowApplication, UnhandledExceptionAction)
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberRunEpisode(WorkflowApplication, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>))
Returns a task that runs a workflow episode
Public methodStatic memberRunEpisode(WorkflowApplication, String)
Returns a task that runs a workflow episode
Public methodStatic memberRunEpisode(WorkflowApplication, TimeSpan)
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberRunEpisode(WorkflowApplication, UnhandledExceptionAction, TimeSpan)
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberRunEpisode(WorkflowApplication, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), TimeSpan)
Returns a task that runs a workflow episode
Public methodStatic memberRunEpisode(WorkflowApplication, String, UnhandledExceptionAction)
Returns a task that runs a workflow episode
Public methodStatic memberRunEpisode(WorkflowApplication, String, TimeSpan)
Returns a task that runs a workflow episode
Public methodStatic memberRunEpisode(WorkflowApplication, String, UnhandledExceptionAction, TimeSpan)
Returns a task that runs a workflow episode

See Also