WorkflowRuntimeServiceState Enumeration

Definition

Achtung

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

Gibt den Zustand des WorkflowRuntimeService an.

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
Vererbung
WorkflowRuntimeServiceState
Attribute

Felder

Started 2

Gibt an, dass WorkflowRuntimeService gestartet wurde.

Starting 1

Gibt an, dass WorkflowRuntimeService gestartet wird. Start() ändert den Zustand von WorkflowRuntimeService auf Starting.

Stopped 0

Gibt an, dass WorkflowRuntimeService beendet wurde.

Stopping 3

Gibt an, dass WorkflowRuntimeService beendet wird. Stop() ändert den Zustand von WorkflowRuntimeService auf Stopping.

Hinweise

Hinweis

In diesem Material werden veraltete Typen und Namespaces erläutert. Weitere Informationen finden Sie unter Veraltete Typen in Windows Workflow Foundation 4.5.

Gilt für: