WorkflowRuntimeServiceState Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
- 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.