共用方式為


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 物件的清單。

適用於