WorkflowRuntimeServiceState Enumerazione

Definizione

Attenzione

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

Specifica lo stato del 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

Nome Valore Descrizione
Stopped 0

Indica che l'oggetto WorkflowRuntimeService è stato arrestato.

Starting 1

Indica che è in corso l'avvio WorkflowRuntimeService di . Start() modifica lo stato dell'oggetto WorkflowRuntimeService in Starting.

Started 2

Indica che l'oggetto WorkflowRuntimeService è stato avviato.

Stopping 3

Indica che è in corso l'arresto WorkflowRuntimeService di . Stop() modifica lo stato dell'oggetto WorkflowRuntimeService in Stopping.

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Si applica a