RunEpisode Method (String)

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Runs an episode synchronously

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

Parameters

waitForBookmarkName
Type: System..::..String
The workflow will run until an idle event which contains this bookmark name.

Return Value

An episode result

Exceptions

ExceptionCondition
System..::..TimeoutException The episode did not complete before timeout

See Also