ResumeEpisodeBookmarkAsync Method

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodStatic memberResumeEpisodeBookmarkAsync(WorkflowApplication, String)
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object)
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>))
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, String)
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, CancellationToken)
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), TimeSpan)
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, String, CancellationToken)
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, String, TimeSpan)
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), TimeSpan, CancellationToken)
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
Public methodStatic memberResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, String, TimeSpan, CancellationToken)
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout

See Also