InstanceStore.EndWaitForEvents(IAsyncResult) Metod

Definition

Avslutar den asynkrona åtgärd som initieras av BeginWaitForEvents(InstanceHandle, TimeSpan, AsyncCallback, Object) metoden.

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)

Parametrar

result
IAsyncResult

Ett IAsyncResult-objekt som överlämnades till klienten med metoden Begin.

Returer

Returnerar en lista med InstancePersistenceEvent objekt.

Gäller för