Udostępnij za pośrednictwem


InstanceStore.WaitForEvents(InstanceHandle, TimeSpan) Metoda

Definicja

Host przepływu pracy zwykle wywołuje tę metodę, aby zaczekać na zasygnaliowanie zdarzenia.

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)

Parametry

handle
InstanceHandle

Dojście wystąpienia powiązane ze zdarzeniem.

timeout
TimeSpan

Przedział czasu, po którym przekroczono limit czasu operacji oczekiwania.

Zwraca

Lista InstancePersistenceEvent obiektów.

Dotyczy