WorkflowApplication.BeginGetRunnableInstance 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 IAsyncResult 非同步設計模式,以非同步方式擷取可執行的執行個體擁有者。
多載
BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object) |
使用 IAsyncResult 非同步設計模式,以指定的執行個體存放區、回呼和狀態,非同步擷取可執行的執行個體擁有者。 |
BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object) |
使用 IAsyncResult 非同步設計模式,以指定的執行個體存放區、逾時間隔、回呼和狀態,非同步擷取可執行的執行個體擁有者。 |
BeginGetRunnableInstance(InstanceStore, AsyncCallback, Object)
使用 IAsyncResult 非同步設計模式,以指定的執行個體存放區、回呼和狀態,非同步擷取可執行的執行個體擁有者。
public:
static IAsyncResult ^ BeginGetRunnableInstance(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginGetRunnableInstance (System.Runtime.DurableInstancing.InstanceStore instanceStore, AsyncCallback callback, object state);
static member BeginGetRunnableInstance : System.Runtime.DurableInstancing.InstanceStore * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginGetRunnableInstance (instanceStore As InstanceStore, callback As AsyncCallback, state As Object) As IAsyncResult
參數
- instanceStore
- InstanceStore
目前工作流程應用程式執行個體的永續性狀態的存取權。
- callback
- AsyncCallback
完成開始載入作業時要呼叫的方法。
- state
- Object
選擇性的應用程式特定物件,其中包含非同步作業的相關資訊。
傳回
非同步作業的參考。
適用於
BeginGetRunnableInstance(InstanceStore, TimeSpan, AsyncCallback, Object)
使用 IAsyncResult 非同步設計模式,以指定的執行個體存放區、逾時間隔、回呼和狀態,非同步擷取可執行的執行個體擁有者。
public:
static IAsyncResult ^ BeginGetRunnableInstance(System::Runtime::DurableInstancing::InstanceStore ^ instanceStore, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public static IAsyncResult BeginGetRunnableInstance (System.Runtime.DurableInstancing.InstanceStore instanceStore, TimeSpan timeout, AsyncCallback callback, object state);
static member BeginGetRunnableInstance : System.Runtime.DurableInstancing.InstanceStore * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginGetRunnableInstance (instanceStore As InstanceStore, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
參數
- instanceStore
- InstanceStore
目前工作流程應用程式執行個體的永續性狀態的存取權。
- timeout
- TimeSpan
開始載入作業必須在作業取消並擲回 TimeoutException 前完成的間隔。
- callback
- AsyncCallback
完成開始載入作業時要呼叫的方法。
- state
- Object
選擇性的應用程式特定物件,其中包含非同步作業的相關資訊。
傳回
非同步作業的參考。