public UIElements.IVisualElementScheduledItem Until (Func<bool> stopCondition);

Parámetros

stopConditionWhen condition returns true, the item will be unscheduled.

Valor de retorno

IVisualElementScheduledItem This ScheduledItem.

Descripción

Item will be unscheduled automatically when specified condition is met.