1using System.Threading.Tasks;
28 return Task.CompletedTask;
39 return Task.CompletedTask;
Static class managing the runtime environment of the IoT Gateway.
static HttpServer HttpServer
HTTP Server
Web service that can be used to execute script on the server.
Pluggable module registering the script service to the web server.
Task Start()
Starts the module.
AdminServiceModule()
Pluggable module registering the script service to the web server.
Task Stop()
Stops the module.
Interface for late-bound modules loaded at runtime.