ExecutionType Enum

Definition

Varning

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

Anger körningsläget för aktiviteter.

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
Arv
ExecutionType
Attribut

Fält

Name Värde Description
Sequence 0

Kör aktiviteter i sekventiell ordning. Varje aktivitet körs i tur och ordning efter att den tidigare aktiviteten har körts.

Parallel 1

Kör aktiviteter parallellt.

Kommentarer

Note

I det här materialet diskuteras typer och namnområden som är föråldrade. Mer information finns i Deprecated Types in Windows Workflow Foundation 4.5.

Gäller för