Share via


InstanceStore.EndWaitForEvents(IAsyncResult) Método

Definición

Finaliza la operación asincrónica iniciada por el método 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)

Parámetros

result
IAsyncResult

Un objeto IAsyncResult que entregó al cliente el método Begin.

Devoluciones

Devuelve una lista de objetos InstancePersistenceEvent.

Se aplica a