Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Runtime.Timing Namespace Reference

Classes

class  ScheduledEvent
 Contains information about a scheduled event.
 
class  Scheduler
 Class that can be used to schedule events in time. It uses a timer to execute tasks at the appointed time. If no events are scheduled the timer is terminated, and recreated when new events are scheduled. More...
 

Functions

delegate void ScheduledEventCallback (object State)
 Callback method for scheduled events. More...
 
delegate Task ScheduledEventCallbackAsync (object State)
 Callback method for asynchronous scheduled events. More...
 

Function Documentation

◆ ScheduledEventCallback()

delegate void Waher.Runtime.Timing.ScheduledEventCallback ( object  State)

Callback method for scheduled events.

Parameters
StateState object to pass to the scheduled event.

◆ ScheduledEventCallbackAsync()

delegate Task Waher.Runtime.Timing.ScheduledEventCallbackAsync ( object  State)

Callback method for asynchronous scheduled events.

Parameters
StateState object to pass to the scheduled event.