TimerEventSubscriptionCollection.Peek Method

Definition

Returns the TimerEventSubscription at the beginning of the timer queue without removing it.

public:
 System::Workflow::Runtime::TimerEventSubscription ^ Peek();
public System.Workflow.Runtime.TimerEventSubscription Peek ();
member this.Peek : unit -> System.Workflow.Runtime.TimerEventSubscription
Public Function Peek () As TimerEventSubscription

Returns

The TimerEventSubscription at the beginning of the timer queue or a null reference (Nothing in Visual Basic) if the timer queue is empty.

Remarks

Peek is thread safe.

Applies to