WorkflowRuntimeBehavior.WorkflowRuntime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與 WorkflowRuntime 執行個體相關聯的 WorkflowServiceHost。
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
屬性值
WorkflowRuntime 物件。
備註
若擷取此屬性前,WorkflowRuntime 物件尚未初始化,便會建立新的 WorkflowRuntime 物件。