







![]() ![]() |
Microsoft.Activities.Extensions |
WorkflowApplicationExtensions..::..ContainsBookmark Method (WorkflowApplication, String, TimeSpan) |
WorkflowApplicationExtensions Class See Also Send Feedback |
Extension method which determines if the bookmark collection contains a bookmark with the bookmark name
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 bool ContainsBookmark( this WorkflowApplication workflowApplication, string bookmarkName, TimeSpan timeout ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function ContainsBookmark ( _ workflowApplication As WorkflowApplication, _ bookmarkName As String, _ timeout As TimeSpan _ ) As Boolean |
Visual C++ |
---|
public: [ExtensionAttribute] static bool ContainsBookmark( 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 interval in which this method must complete before the operation is canceled and a TimeoutException is thrown.