InstanceStore.EndWaitForEvents(IAsyncResult) Método

Definição

Termina a operação assíncrona iniciada pelo BeginWaitForEvents(InstanceHandle, TimeSpan, AsyncCallback, Object) método.

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

Um objeto IAsyncResult que era entregue ao cliente pelo método Begin.

Devoluções

Devolve uma lista de InstancePersistenceEvent objetos.

Aplica-se a