TimerEventSubscriptionCollection.Peek Methode

Definition

Gibt den TimerEventSubscription Anfang der Zeitgeberwarteschlange zurück, ohne sie zu entfernen.

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

Gibt zurück

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

Hinweise

Peek ist threadsicher.

Gilt für: