Microsoft.Activities.Extensions |
WorkflowApplicationExtensions..::..GetBookmarkNames Method (WorkflowApplication, TimeSpan) |
WorkflowApplicationExtensions Class See Also Send Feedback |
Gets a list of bookmark names
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 IEnumerable<string> GetBookmarkNames( this WorkflowApplication workflowApplication, TimeSpan timeout ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function GetBookmarkNames ( _ workflowApplication As WorkflowApplication, _ timeout As TimeSpan _ ) As IEnumerable(Of String) |
Visual C++ |
---|
public: [ExtensionAttribute] static IEnumerable<String^>^ GetBookmarkNames( WorkflowApplication^ workflowApplication, TimeSpan timeout ) |
Parameters
- workflowApplication
- Type: System.Activities..::..WorkflowApplication
The workflow application.
- timeout
- Type: System..::..TimeSpan
The interval in which this method must complete before the operation is canceled and a TimeoutException is thrown.