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