言語

InstanceStore.EndWaitForEvents(IAsyncResult) メソッド

定義

BeginWaitForEvents(InstanceHandle, TimeSpan, AsyncCallback, Object) メソッドによって開始された非同期操作を終了します。

public:
 System::Collections::Generic::List<System::Runtime::DurableInstancing::InstancePersistenceEvent ^> ^ EndWaitForEvents(IAsyncResult ^ result);
public System.Collections.Generic.List<System.Runtime.DurableInstancing.InstancePersistenceEvent> EndWaitForEvents(IAsyncResult result);
member this.EndWaitForEvents : IAsyncResult -> System.Collections.Generic.List<System.Runtime.DurableInstancing.InstancePersistenceEvent>
Public Function EndWaitForEvents (result As IAsyncResult) As List(Of InstancePersistenceEvent)

パラメーター

result
IAsyncResult

Begin メソッドによってクライアントに渡された IAsyncResult オブジェクト。

返品

InstancePersistenceEvent オブジェクトの一覧を返します。

適用対象