InstanceStore.EndWaitForEvents(IAsyncResult) Methode

Definition

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

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: