InstanceStore.EndWaitForEvents(IAsyncResult) Метод

Определение

Завершает асинхронную операцию, запущенную методом 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)

Параметры

result
IAsyncResult

Объект IAsyncResult, переданный клиенту при помощи метода Begin.

Возвращаемое значение

Возвращает список объектов InstancePersistenceEvent.

Применяется к