Interface Schedulable
Interface for objects schedulable for invocation by Scheduler.
The most common implementors of this interface are observable bindings that needs to be scheduled to run in batches.
Namespace: TinkState
Assembly: Nadako.TinkState.dll
Syntax
public interface Schedulable
Methods
Run()
The logic that needs to be invoked on schedule.
Declaration
void Run()