Share via


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 オブジェクトの一覧を返します。

適用対象