WorkflowRuntimeServiceState Énumération

Définition

Attention

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

Spécifie l'état de la 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
Héritage
WorkflowRuntimeServiceState
Attributs

Champs

Started 2

Indique que le WorkflowRuntimeService a démarré.

Starting 1

Indique que le WorkflowRuntimeService démarre. Start() modifie l'état du WorkflowRuntimeService en Starting.

Stopped 0

Indique que le WorkflowRuntimeService s'est arrêté.

Stopping 3

Indique que le WorkflowRuntimeService s'arrête. Stop() modifie l'état du WorkflowRuntimeService en Stopping.

Remarques

Notes

Ce document décrit les types et les espaces de noms qui sont obsolètes. Pour plus d’informations, consultez Types dépréciés dans Windows Workflow Foundation 4.5.

S’applique à