ResumeEpisodeBookmarkAsync Method

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodResumeEpisodeBookmarkAsync(String, Object)
Returns a task that will resume a bookmark and run until the workflow is completed, aborted or timed out
Public methodResumeEpisodeBookmarkAsync(String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>))
Returns a task that will resume a bookmark and run until the workflow is completed, aborted, timed out or idle where the callback indicates the episode should end
Public methodResumeEpisodeBookmarkAsync(String, Object, String)
Returns a task that will resume a bookmark and run until the workflow is completed, aborted, timed out or idle with a specific bookmark
Public methodResumeEpisodeBookmarkAsync(String, Object, CancellationToken)
Returns a task that will resume a bookmark and run until the workflow is completed, aborted or timed out
Public methodResumeEpisodeBookmarkAsync(String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), CancellationToken)
Returns a task that will resume a bookmark and run until the workflow is completed, aborted, timed out or idle where the callback indicates the episode should end
Public methodResumeEpisodeBookmarkAsync(String, Object, String, CancellationToken)
Returns a task that will resume a bookmark and run until the workflow is completed, aborted, timed out or idle with a specific bookmark

See Also