ExecutionType Enum

Definisi

Perhatian

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

Menentukan mode eksekusi untuk aktivitas.

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
Warisan
ExecutionType
Atribut

Bidang

Nama Nilai Deskripsi
Sequence 0

Menjalankan aktivitas secara berurutan. Setiap aktivitas dijalankan secara bergantian, setelah aktivitas sebelumnya selesai berjalan.

Parallel 1

Menjalankan aktivitas secara paralel.

Keterangan

Note

Materi ini membahas jenis dan namespace yang usang. Untuk informasi selengkapnya, lihat jenis Deprecated di Windows Workflow Foundation 4.5.

Berlaku untuk