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