ResumeEpisodeBookmark Method (String, Object, String)

From MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Resumes the workflow bookmark and runs until the workflow is completed, aborted, timed out or idle with a specific bookmark

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 WorkflowEpisodeResult ResumeEpisodeBookmark(
	string bookmarkName,
	Object value,
	string waitForBookmarkName
)
Visual Basic
Public Function ResumeEpisodeBookmark ( _
	bookmarkName As String, _
	value As Object, _
	waitForBookmarkName As String _
) As WorkflowEpisodeResult
Visual C++
public:
WorkflowEpisodeResult^ ResumeEpisodeBookmark(
	String^ bookmarkName, 
	Object^ value, 
	String^ waitForBookmarkName
)

Parameters

bookmarkName
Type: System..::..String
The bookmark name.
value
Type: System..::..Object
The value to resume the bookmark with
waitForBookmarkName
Type: System..::..String
The wait For Bookmark Name.

Return Value

The episode result

Exceptions

ExceptionCondition
Microsoft.Activities.Extensions..::..BookmarkResumptionException Failed to resume bookmark

See Also