InstanceStore.EndWaitForEvents(IAsyncResult) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.