Microsoft.Activities.Extensions |
WorkflowEpisode..::..ResumeEpisodeBookmarkAsync Method |
WorkflowEpisode Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
ResumeEpisodeBookmarkAsync(String, Object) |
Returns a task that will resume a bookmark and run until the workflow is completed, aborted or timed out
| |
ResumeEpisodeBookmarkAsync(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
| |
ResumeEpisodeBookmarkAsync(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
| |
ResumeEpisodeBookmarkAsync(String, Object, CancellationToken) |
Returns a task that will resume a bookmark and run until the workflow is completed, aborted or timed out
| |
ResumeEpisodeBookmarkAsync(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
| |
ResumeEpisodeBookmarkAsync(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
|