Compartilhar via


InstanceStore.EndWaitForEvents(IAsyncResult) Método

Definição

Encerra a operação assíncrona iniciada pelo 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

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

Retornos

Retorna uma lista de objetos InstancePersistenceEvent.

Aplica-se a