InstanceStore.EndWaitForEvents(IAsyncResult) Metoda

Definicja

Kończy operację asynchroniczną zainicjowaną przez metodę 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)

Parametry

result
IAsyncResult

Obiekt IAsyncResult przekazany klientowi przez metodę Begin.

Zwraca

Zwraca listę InstancePersistenceEvent obiektów.

Dotyczy