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