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