1using System.Threading.Tasks;
12 internal const string Id =
"EventSinks";
51 return Task.FromResult(
false);
Contains information about a language.
Task< string > GetStringAsync(Type Type, int Id, string Default)
Gets the string value of a string ID. If no such string exists, a string is created with the default ...
Abstract base class for gateway configuration nodes.
GatewayConfigSource Source
Source hosting the node.
Abstract base class for event sink nodes.
Contains configuration of custom event sinks.
override string NodeId
ID of node.
EventSinksNode(GatewayConfigSource Source)
Contains configuration of the Login Auditor.
override Task< bool > AcceptsChildAsync(INode Child)
If the node accepts a presumptive child, i.e. can receive as a child (if that child accepts the node ...
override Task< string > GetTypeNameAsync(Language Language)
Gets the type name of the node.
override Task< bool > CanDestroyAsync(RequestOrigin Caller)
If the node can be destroyed to by the caller.
Data source mirroring the Gateway.config file.
Tokens available in request.
Interface for nodes that are published through the concentrator interface.