PluginsSchedulerProcessorNeedUpdate - метод
Проверяет, нужно ли выполнять обновления задач в указанном планировщике.
Пространство имён: Tessa.Extensions.Platform.Server.SchedulersСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)