InstanceStore.WaitForEvents(InstanceHandle, TimeSpan) Method

Definition

A workflow host typically invokes this method to wait for an event to be signaled.

public System.Collections.Generic.List<System.Runtime.DurableInstancing.InstancePersistenceEvent> WaitForEvents (System.Runtime.DurableInstancing.InstanceHandle handle, TimeSpan timeout);

Parameters

handle
InstanceHandle

The instance handle that is bound to the event.

timeout
TimeSpan

The time span after which the waiting operation times out.

Returns

A list of InstancePersistenceEvent objects.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1