InstanceStore.EndWaitForEvents(IAsyncResult) Metodo

Definizione

Termina l'operazione asincrona avviata dal BeginWaitForEvents(InstanceHandle, TimeSpan, AsyncCallback, Object) metodo .

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 passato al client dal metodo Begin.

Valori restituiti

Restituisce un elenco di InstancePersistenceEvent oggetti.

Si applica a