Home
last modified time | relevance | path

Searched refs:schedulerService (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/Hosting/
H A DWorkflowTimerService.cs19 …WorkflowSchedulerService schedulerService = this.Runtime.GetService(typeof(WorkflowSchedulerServic… in ScheduleTimer()
20 schedulerService.Schedule(callback, workflowInstanceId, whenUtc, timerId); in ScheduleTimer()
25 …WorkflowSchedulerService schedulerService = this.Runtime.GetService(typeof(WorkflowSchedulerServic… in CancelTimer()
26 schedulerService.Cancel(timerId); in CancelTimer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/
H A DTimerEventSubscriptionCollection.cs103 …WorkflowSchedulerService schedulerService = this.executor.GetService(typeof(WorkflowSchedulerServi… in SuspendDelivery()
107 schedulerService.Cancel(sub.SubscriptionId); in SuspendDelivery()
117 …WorkflowSchedulerService schedulerService = this.executor.GetService(typeof(WorkflowSchedulerServi… in ResumeDelivery()
121schedulerService.Schedule(executor.ProcessTimersCallback, sub.WorkflowInstanceId, sub.ExpiresAt, s… in ResumeDelivery()
/dports/www/miniflux/v2-2.0.35/config/
H A Doptions.go88 schedulerService bool member
149 schedulerService: defaultSchedulerService,
420 return o.schedulerService
517 "DISABLE_SCHEDULER_SERVICE": !o.schedulerService,
550 "SCHEDULER_SERVICE": o.schedulerService,
H A Dparser.go107 p.opts.schedulerService = !parseBool(value, defaultSchedulerService)