InstanceStore.EndWaitForEvents(IAsyncResult) Methode

Definitie

Hiermee wordt de asynchrone bewerking beëindigd die door de BeginWaitForEvents(InstanceHandle, TimeSpan, AsyncCallback, Object) methode is geïnitieerd.

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)

Parameters

result
IAsyncResult

Een IAsyncResult-object dat door de beginmethode aan de client is overgedragen.

Retouren

Retourneert een lijst InstancePersistenceEvent met objecten.

Van toepassing op