WorkflowApplication.BeginCreateDefaultInstanceOwner 方法

定義

使用 IAsyncResult 非同步設計模式,以非同步方式建立預設執行個體擁有者。

多載

BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan, AsyncCallback, Object)

使用 IAsyncResult 非同步設計模式,以指定的執行個體存放區、定義識別、識別篩選器、逾時間隔、回呼和狀態,非同步建立預設執行個體擁有者。

BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, AsyncCallback, Object)

使用 IAsyncResult 非同步設計模式,以指定的執行個體存放區、定義識別、識別篩選器、回呼和狀態,非同步建立預設執行個體擁有者。

BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, TimeSpan, AsyncCallback, Object)

使用 IAsyncResult 非同步設計模式,以指定的執行個體存放區、定義識別、識別篩選器、逾時間隔、回呼和狀態,非同步建立預設執行個體擁有者。

public:
 static IAsyncResult ^ BeginCreateDefaultInstanceOwner(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, System::Activities::WorkflowIdentity ^ definitionIdentity, System::Activities::WorkflowIdentityFilter identityFilter, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginCreateDefaultInstanceOwner (System.Runtime.DurableInstancing.InstanceStore instanceStore, System.Activities.WorkflowIdentity definitionIdentity, System.Activities.WorkflowIdentityFilter identityFilter, TimeSpan timeout, AsyncCallback callback, object state);
static member BeginCreateDefaultInstanceOwner : System.Runtime.DurableInstancing.InstanceStore * System.Activities.WorkflowIdentity * System.Activities.WorkflowIdentityFilter * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginCreateDefaultInstanceOwner (instanceStore As InstanceStore, definitionIdentity As WorkflowIdentity, identityFilter As WorkflowIdentityFilter, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

參數

instanceStore
InstanceStore

目前工作流程應用程式執行個體的永續性狀態的存取權。

definitionIdentity
WorkflowIdentity

定義識別。

identityFilter
WorkflowIdentityFilter

識別篩選條件。

timeout
TimeSpan

開始載入作業必須在作業取消並擲回 TimeoutException 前完成的間隔。

callback
AsyncCallback

完成開始載入作業時要呼叫的方法。

state
Object

選擇性的應用程式特定物件,其中包含非同步作業的相關資訊。

傳回

非同步作業的參考。

適用於

BeginCreateDefaultInstanceOwner(InstanceStore, WorkflowIdentity, WorkflowIdentityFilter, AsyncCallback, Object)

使用 IAsyncResult 非同步設計模式,以指定的執行個體存放區、定義識別、識別篩選器、回呼和狀態,非同步建立預設執行個體擁有者。

public:
 static IAsyncResult ^ BeginCreateDefaultInstanceOwner(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, System::Activities::WorkflowIdentity ^ definitionIdentity, System::Activities::WorkflowIdentityFilter identityFilter, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginCreateDefaultInstanceOwner (System.Runtime.DurableInstancing.InstanceStore instanceStore, System.Activities.WorkflowIdentity definitionIdentity, System.Activities.WorkflowIdentityFilter identityFilter, AsyncCallback callback, object state);
static member BeginCreateDefaultInstanceOwner : System.Runtime.DurableInstancing.InstanceStore * System.Activities.WorkflowIdentity * System.Activities.WorkflowIdentityFilter * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginCreateDefaultInstanceOwner (instanceStore As InstanceStore, definitionIdentity As WorkflowIdentity, identityFilter As WorkflowIdentityFilter, callback As AsyncCallback, state As Object) As IAsyncResult

參數

instanceStore
InstanceStore

目前工作流程應用程式執行個體的永續性狀態的存取權。

definitionIdentity
WorkflowIdentity

定義識別。

identityFilter
WorkflowIdentityFilter

識別篩選條件。

callback
AsyncCallback

完成開始載入作業時要呼叫的方法。

state
Object

選擇性的應用程式特定物件,其中包含非同步作業的相關資訊。

傳回

非同步作業的參考。

適用於