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 반환합니다.

적용 대상