Class MessageSettings
Inheritance
MessageSettings
Assembly: LemonEdge.Messaging.Core.dll
Syntax
public class MessageSettings
Constructors
MessageSettings()
Declaration
Fields
SECTION_NAME
Declaration
public const string SECTION_NAME = "LemonEdge:MessageSettings"
Field Value
Properties
MessageTopicForServerSync
The topic that should be used by the application
Declaration
public string MessageTopicForServerSync { get; set; }
Property Value
MessageType
The type of messaging service to be used
Declaration
public MessageServiceType MessageType { get; set; }
Property Value
Extension Methods