ExecutionType Sabit listesi

Tanım

Dikkat

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

Etkinlikler için yürütme modunu belirtir.

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
Devralma
ExecutionType
Öznitelikler

Alanlar

Name Değer Description
Sequence 0

Etkinlikleri sıralı sırada yürütür. Önceki etkinliğin çalışması tamamlandıktan sonra her etkinlik sırayla yürütülür.

Parallel 1

Etkinlikleri paralel olarak yürütür.

Açıklamalar

Note

Bu malzeme, eski türleri ve ad alanlarını ele alır. Daha fazla bilgi için bkz. Deprecated Types in Windows Workflow Foundation 4.5.

Şunlara uygulanır