WorkflowRuntimeServiceState Sabit listesi

Tanım

Dikkat

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

durumunu WorkflowRuntimeServicebelirtir.

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
Devralma
WorkflowRuntimeServiceState
Öznitelikler

Alanlar

Started 2

öğesinin WorkflowRuntimeService başlatıldığını gösterir.

Starting 1

öğesinin WorkflowRuntimeService başlatıldığını gösterir. Start() , durumunu WorkflowRuntimeService olarak Startingdeğiştirir.

Stopped 0

öğesinin WorkflowRuntimeService durdurulduğunu gösterir.

Stopping 3

öğesinin WorkflowRuntimeService durdurulduğunu gösterir. Stop() , durumunu WorkflowRuntimeService olarak Stoppingdeğiştirir.

Açıklamalar

Not

Bu malzeme artık kullanılmayan türleri ve ad alanlarını açıklamaktadır. Daha fazla bilgi için bkz. Windows Workflow Foundation 4.5'te Kullanım Dışı Türler.

Şunlara uygulanır