TimerEventSubscriptionCollection.Peek Método
Definição
Retorna o TimerEventSubscription no início da fila do temporizador sem removê-lo.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
Retornos
O TimerEventSubscription no início da fila do temporizador ou uma referência nula (Nothing no Visual Basic), se a fila do temporizador estiver vazia.The TimerEventSubscription at the beginning of the timer queue or a null reference (Nothing in Visual Basic) if the timer queue is empty.
Comentários
Peek o thread é seguro.Peek is thread safe.