InstanceStore.EndWaitForEvents(IAsyncResult) Metodo

Definizione

Termina l'operazione asincrona iniziata dal metodo 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)

Parametri

result
IAsyncResult

Oggetto IAsyncResult consegnato al client dal metodo Begin.

Restituisce

Restituisce un elenco di oggetti InstancePersistenceEvent.

Si applica a