Share via


InstanceStore.EndWaitForEvents(IAsyncResult) Yöntem

Tanım

yöntemi tarafından başlatılan zaman uyumsuz işlemi sonlandırır 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)

Parametreler

result
IAsyncResult

Begin yöntemiyle istemciye devredildi bir IAsyncResult nesnesi.

Döndürülenler

Nesnelerin listesini InstancePersistenceEvent döndürür.

Şunlara uygulanır