Experimental: this API is experimental and might be changed or removed in the future.

IVisualElementScheduledItem.Until

Cambiar al Manual
public Experimental.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.