StateMachineWorkflowInstance(WorkflowRuntime, Guid) Constructor

Definitie

Initialiseert een nieuw exemplaar van de StateMachineWorkflowInstance klasse.

public:
 StateMachineWorkflowInstance(System::Workflow::Runtime::WorkflowRuntime ^ runtime, Guid instanceId);
public StateMachineWorkflowInstance(System.Workflow.Runtime.WorkflowRuntime runtime, Guid instanceId);
new System.Workflow.Activities.StateMachineWorkflowInstance : System.Workflow.Runtime.WorkflowRuntime * Guid -> System.Workflow.Activities.StateMachineWorkflowInstance
Public Sub New (runtime As WorkflowRuntime, instanceId As Guid)

Parameters

runtime
WorkflowRuntime

De huidige werkstroomruntime.

instanceId
Guid

Hiermee Guid wordt het exemplaar van de StateMachineWorkflowActivity.

Uitzonderingen

runtime is een null-verwijzing (Nothing in Visual Basic).

or

instanceId is leeg Guid.

Van toepassing op