Microsoft.Activities.Extensions |
WorkflowApplicationExtensions..::..ResumeEpisodeBookmarkAsync Method (WorkflowApplication, String, Object, String, TimeSpan) |
WorkflowApplicationExtensions Class See Also Send Feedback |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public static Task<WorkflowEpisodeResult> ResumeEpisodeBookmarkAsync( this WorkflowApplication workflowApplication, string bookmarkName, Object value, string waitForBookmarkName, TimeSpan timeout ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function ResumeEpisodeBookmarkAsync ( _ workflowApplication As WorkflowApplication, _ bookmarkName As String, _ value As Object, _ waitForBookmarkName As String, _ timeout As TimeSpan _ ) As Task(Of WorkflowEpisodeResult) |
Visual C++ |
---|
public: [ExtensionAttribute] static Task<WorkflowEpisodeResult^>^ ResumeEpisodeBookmarkAsync( WorkflowApplication^ workflowApplication, String^ bookmarkName, Object^ value, String^ waitForBookmarkName, TimeSpan timeout ) |
Parameters
- workflowApplication
- Type: System.Activities..::..WorkflowApplication
The workflow application.
- bookmarkName
- Type: System..::..String
The bookmark name.
- value
- Type: System..::..Object
The value to resume the bookmark with
- waitForBookmarkName
- Type: System..::..String
Run the episode until completed, aborted or an idle with a bookmark matching this name
- timeout
- Type: System..::..TimeSpan
The timeout.