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 입니다.

적용 대상