![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](icons/copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
![]() ![]() |
Microsoft.Activities.Extensions |
WorkflowApplicationExtensions..::..ResumeEpisodeBookmark Method (WorkflowApplication, 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 WorkflowEpisodeResult ResumeEpisodeBookmark( this WorkflowApplication workflowApplication, string bookmarkName, TimeSpan timeout ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function ResumeEpisodeBookmark ( _ workflowApplication As WorkflowApplication, _ bookmarkName As String, _ timeout As TimeSpan _ ) As WorkflowEpisodeResult |
Visual C++ |
---|
public: [ExtensionAttribute] static WorkflowEpisodeResult^ ResumeEpisodeBookmark( WorkflowApplication^ workflowApplication, String^ bookmarkName, TimeSpan timeout ) |
Parameters
- workflowApplication
- Type: System.Activities..::..WorkflowApplication
The workflow application.
- bookmarkName
- Type: System..::..String
The bookmark name.
- timeout
- Type: System..::..TimeSpan
The timeout