Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IGracefulModule.cs
1using System.Threading.Tasks;
2
4{
8 public interface IGracefulModule : IModule
9 {
14 }
15}
Interface for graceful modules.
Task PrepareStop()
Prepares the module for being stopped.
Interface for late-bound modules loaded at runtime.
Definition: IModule.cs:9