StateMachineWorkflowInstance(WorkflowRuntime, Guid) 생성자

정의

StateMachineWorkflowInstance 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

runtime
WorkflowRuntime

현재 워크플로 런타임입니다.

instanceId
Guid

Guid 의 인스턴스StateMachineWorkflowActivity를 나타내는 것입니다.

예외

runtime null 참조입니다(Visual Basic Nothing).

또는

instanceId 가 비어 Guid있습니다.

적용 대상