WorkflowRuntimeServiceState Enumerazione

Definizione

Attenzione

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

Specifica lo stato della classe WorkflowRuntimeService.

public enum class WorkflowRuntimeServiceState
public enum WorkflowRuntimeServiceState
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum WorkflowRuntimeServiceState
type WorkflowRuntimeServiceState = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowRuntimeServiceState = 
Public Enum WorkflowRuntimeServiceState
Ereditarietà
WorkflowRuntimeServiceState
Attributi

Campi

Started 2

Indica che WorkflowRuntimeService è stato avviato.

Starting 1

Indica che WorkflowRuntimeService è in fase di avvio. Start() modifica lo stato di WorkflowRuntimeService in Starting.

Stopped 0

Indica che WorkflowRuntimeService è stato interrotto.

Stopping 3

Indica che WorkflowRuntimeService è in fase di arresto. Stop() modifica lo stato di WorkflowRuntimeService in Stopping.

Commenti

Nota

In questo materiale vengono descritti tipi e spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5 (Tipi deprecati in Windows Workflow Foundation 4.5).

Si applica a