InstanceStore.EndWaitForEvents(IAsyncResult) Méthode

Définition

Met fin à l’opération asynchrone lancée par la BeginWaitForEvents(InstanceHandle, TimeSpan, AsyncCallback, Object) méthode.

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 remis au client par la méthode Begin.

Retours

Retourne une liste d’objets InstancePersistenceEvent .

S’applique à