1using System.Threading.Tasks;
13 internal const string Id =
"GeneralInformation";
27 [Page(7,
"Configuration")]
28 [Header(12,
"Application name:")]
29 [ToolTip(13,
"Application Name of the broker.")]
36 [Page(7,
"Configuration")]
37 [Header(21,
"Exception Folder:")]
38 [ToolTip(22,
"Local folder where exception logs will be stored.")]
39 [Text(
TextPosition.AfterField, 63,
"Note: Changes will take effect after broker has been restarted.")]
60 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.
Data source mirroring the Gateway.config file.
Tokens available in request.
TextPosition
Where the instructions are to be place.