다음을 통해 공유


InstanceStore.WaitForEvents(InstanceHandle, TimeSpan) 메서드

정의

워크플로 호스트는 일반적으로 이 메서드를 호출하여 이벤트 신호를 대기합니다.

public:
 System::Collections::Generic::List<System::Runtime::DurableInstancing::InstancePersistenceEvent ^> ^ WaitForEvents(System::Runtime::DurableInstancing::InstanceHandle ^ handle, TimeSpan timeout);
public System.Collections.Generic.List<System.Runtime.DurableInstancing.InstancePersistenceEvent> WaitForEvents (System.Runtime.DurableInstancing.InstanceHandle handle, TimeSpan timeout);
member this.WaitForEvents : System.Runtime.DurableInstancing.InstanceHandle * TimeSpan -> System.Collections.Generic.List<System.Runtime.DurableInstancing.InstancePersistenceEvent>
Public Function WaitForEvents (handle As InstanceHandle, timeout As TimeSpan) As List(Of InstancePersistenceEvent)

매개 변수

handle
InstanceHandle

이벤트에 바인딩된 인스턴스 핸들입니다.

timeout
TimeSpan

대기 작업 시간이 초과되는 시간 범위입니다.

반환

InstancePersistenceEvent 개체의 목록입니다.

적용 대상