Share via


InstanceStore.EndWaitForEvents(IAsyncResult) Méthode

Définition

Termine l'opération asynchrone initiée par la méthode 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)

Paramètres

result
IAsyncResult

Objet IAsyncResult donné au client par la méthode Begin.

Retours

Retourne une liste d'objets InstancePersistenceEvent.

S’applique à