public UIElements.IVisualElementScheduledItem Execute (Action<TimerState> timerUpdateEvent);
public UIElements.IVisualElementScheduledItem Execute (Action updateEvent);

Parámetros

timerUpdateEventThe action to be executed.
updateEventThe action to be executed.

Valor de retorno

IVisualElementScheduledItem Reference to the scheduled action.

Descripción

Schedule this action to be executed later.