![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
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... | |
delegate void Waher.Runtime.Timing.ScheduledEventCallback | ( | object | State | ) |
Callback method for scheduled events.
State | State object to pass to the scheduled event. |
delegate Task Waher.Runtime.Timing.ScheduledEventCallbackAsync | ( | object | State | ) |
Callback method for asynchronous scheduled events.
State | State object to pass to the scheduled event. |