Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IAgentResource.cs
1
using
System.Threading.Tasks;
2
using
Waher.Networking.HTTP
;
3
4
namespace
Waher.Service.IoTBroker.WebServices.Agent
5
{
9
public
interface
IAgentResource
10
{
16
Task
Register
(
HttpServer
WebServer,
AgentApi
AgentApi
);
17
22
Task
Unregister
(
HttpServer
WebServer);
23
}
24
}
Waher.Networking.HTTP.HttpServer
Implements an HTTP server.
Definition:
HttpServer.cs:36
Waher.Service.IoTBroker.WebServices.Agent.AgentApi
Agent API Module.
Definition:
AgentApi.cs:21
Waher.Service.IoTBroker.WebServices.Agent.IAgentResource
Interface for agent resources.
Definition:
IAgentResource.cs:10
Waher.Service.IoTBroker.WebServices.Agent.IAgentResource.Unregister
Task Unregister(HttpServer WebServer)
Unregisters the resource from a web server.
Waher.Service.IoTBroker.WebServices.Agent.IAgentResource.Register
Task Register(HttpServer WebServer, AgentApi AgentApi)
Registers the resource on a web server.
Waher.Networking.HTTP
Definition:
Page.cs:6
Waher.Service.IoTBroker.WebServices.Agent
Definition:
AuthenticateJwt.cs:13
Waher.Service.IoTBroker
WebServices
Agent
IAgentResource.cs
Generated by
1.9.5