Freigeben über


WorkflowRuntimeBehavior.WorkflowRuntime Eigenschaft

Definition

Ruft die WorkflowRuntime ab, die einer WorkflowServiceHost-Instanz zugeordnet ist.

public:
 property System::Workflow::Runtime::WorkflowRuntime ^ WorkflowRuntime { System::Workflow::Runtime::WorkflowRuntime ^ get(); };
public System.Workflow.Runtime.WorkflowRuntime WorkflowRuntime { get; }
member this.WorkflowRuntime : System.Workflow.Runtime.WorkflowRuntime
Public ReadOnly Property WorkflowRuntime As WorkflowRuntime

Eigenschaftswert

WorkflowRuntime

Ein WorkflowRuntime-Objekt.

Hinweise

Wenn das WorkflowRuntime-Objekt vor dem Abrufen dieser Eigenschaft nicht initialisiert wird, wird ein neues WorkflowRuntime-Objekt erstellt.

Gilt für