다음을 통해 공유


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

Begin 메서드에 의해 클라이언트에 전달된 IAsyncResult 개체입니다.

반환

InstancePersistenceEvent 개체의 목록을 반환합니다.

적용 대상