WorkflowApplication.BeginGetRunnableInstance メソッド

定義

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

非同期操作に関する情報を含む省略可能なアプリケーション固有のオブジェクト。

返品

非同期操作への参照。

適用対象