InstanceStore.EndWaitForEvents(IAsyncResult) Methode

Definition

Beendet den von der BeginWaitForEvents(InstanceHandle, TimeSpan, AsyncCallback, Object)-Methode initiierten asynchronen Vorgang.

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)

Parameter

result
IAsyncResult

Ein IAsyncResult-Objekt, das von der Begin-Methode an den Client übergeben wurde.

Gibt zurück

Gibt eine Liste von InstancePersistenceEvent-Objekten zurück.

Gilt für: