ExecutionType 열거형

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

활동의 실행 모드를 지정합니다.

public enum class ExecutionType
public enum ExecutionType
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum ExecutionType
type ExecutionType = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ExecutionType = 
Public Enum ExecutionType
상속
ExecutionType
특성

필드

Name Description
Sequence 0

순차적으로 활동을 실행합니다. 각 활동은 이전 활동 실행이 완료된 후 차례로 실행됩니다.

Parallel 1

작업을 병렬로 실행합니다.

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

적용 대상