WorkflowEpisode Members
| Microsoft.Activities.Extensions |
| WorkflowEpisode Members |
| WorkflowEpisode Class Constructors Methods Fields Properties See Also Send Feedback |
The WorkflowEpisode type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WorkflowEpisode(Activity) |
Initializes a new instance of the WorkflowEpisode class.
| |
| WorkflowEpisode(WorkflowApplication) |
Initializes a new instance of the WorkflowEpisode class.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Disposes of resources
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IdleWithBookmark |
Function that will end the episode when an idle with the target bookmark name is reached
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ResumeEpisodeBookmark(String, Object) |
Resumes the workflow bookmark and runs until the workflow is completed, aborted or timed out
| |
| ResumeEpisodeBookmark(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
| |
| ResumeEpisodeBookmark(String, Object, String) |
Resumes the workflow bookmark and runs until the workflow is completed, aborted, timed out or idle with a specific bookmark
| |
| 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
| |
| RunEpisode()()()() |
Runs an episode synchronously
| |
| RunEpisode(Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>)) |
Runs an episode synchronously
| |
| RunEpisode(String) |
Runs an episode synchronously
| |
| RunEpisodeAsync()()()() |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>)) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(String) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(String, CancellationToken) |
Returns a task that runs a workflow episode
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| DefaultTimeout |
The default timeout.
|
Properties
| Name | Description | |
|---|---|---|
| Aborted |
Gets or sets Aborted.
| |
| CancellationToken |
Gets or sets CancellationToken.
| |
| Completed |
Gets or sets Completed.
| |
| Idle |
Gets or sets Idle.
| |
| OnUnhandledException |
Gets or sets UnhandledException.
| |
| PersistableIdle |
Gets or sets PersistableIdle.
| |
| Timeout |
Gets or sets Timeout.
| |
| UnhandledExceptionAction |
Gets or sets UnhandledExceptionAction.
| |
| Unloaded |
Gets or sets the unloaded delegate.
| |
| WorkflowApplication |
Gets WorkflowApplication.
|