Microsoft.Activities.Extensions |
WorkflowEpisode..::..IdleWithBookmark Method |
WorkflowEpisode Class See Also Send Feedback |
Function that will end the episode when an idle with the target bookmark name is reached
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 bool IdleWithBookmark( WorkflowApplicationIdleEventArgs args, string targetBookmarkName ) |
Visual Basic |
---|
Public Function IdleWithBookmark ( _ args As WorkflowApplicationIdleEventArgs, _ targetBookmarkName As String _ ) As Boolean |
Visual C++ |
---|
public: bool IdleWithBookmark( WorkflowApplicationIdleEventArgs^ args, String^ targetBookmarkName ) |
Parameters
- args
- Type: System.Activities..::..WorkflowApplicationIdleEventArgs
The idle event args.
- targetBookmarkName
- Type: System..::..String
The target Bookmark.