PluginsSchedulerProcessorNeedUpdate - метод
Проверяет, нужно ли выполнять обновления задач в указанном планировщике.
Пространство имён: Tessa.Extensions.Platform.Server.SchedulersСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public bool NeedUpdate(
ISchedulerContext context
)
Public Function NeedUpdate (
context As ISchedulerContext
) As Boolean
public:
virtual bool NeedUpdate(
ISchedulerContext^ context
) sealed
abstract NeedUpdate :
context : ISchedulerContext -> bool
override NeedUpdate :
context : ISchedulerContext -> bool
- context ISchedulerContext
- Контекст обработки планировщика задач.
BooleanЗначение
true, если нужно вызывать обновление задач в указанном планировщике, иначе
false.
ISchedulerProcessorNeedUpdate(ISchedulerContext)