Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISyncTask.cs
2{
6 public interface ISyncTask
7 {
11 void Execute();
12 }
13}
Interface for tasks to be synckronized.
Definition: ISyncTask.cs:7
void Execute()
Executes the task.