WorkflowEpisode Methods

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The WorkflowEpisode type exposes the following members.

Methods

  NameDescription
Public methodDispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Disposes of resources
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIdleWithBookmark
Function that will end the episode when an idle with the target bookmark name is reached
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResumeEpisodeBookmark(String, Object)
Resumes the workflow bookmark and runs until the workflow is completed, aborted or timed out
Public methodResumeEpisodeBookmark(String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>))
Resumes the workflow bookmark and runs until the workflow is completed, aborted, timed out or idle where the callback indicates the episode should end
Public methodResumeEpisodeBookmark(String, Object, String)
Resumes the workflow bookmark and runs until the workflow is completed, aborted, timed out or idle with a specific bookmark
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
Public methodRunEpisode()()()()
Runs an episode synchronously
Public methodRunEpisode(Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>))
Runs an episode synchronously
Public methodRunEpisode(String)
Runs an episode synchronously
Public methodRunEpisodeAsync()()()()
Returns a task that runs a workflow episode
Public methodRunEpisodeAsync(Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>))
Returns a task that runs a workflow episode
Public methodRunEpisodeAsync(String)
Returns a task that runs a workflow episode
Public methodRunEpisodeAsync(CancellationToken)
Returns a task that runs a workflow episode
Public methodRunEpisodeAsync(Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), CancellationToken)
Returns a task that runs a workflow episode
Public methodRunEpisodeAsync(String, CancellationToken)
Returns a task that runs a workflow episode
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also