Class ServerBroadcastMessage
Basic StringMessage representing Server Broadcast messages
If you would like more robust server messages you may extend MessageBase and follow the pattern outlined below for ChatMessage and other custom messages For most cases a StringMessage should be sufficient.
Inheritance
System.Object
ServerBroadcastMessage
Namespace: LlamaSoftware.Chat.Model
Assembly: LlamaSoftware.Chat.Model.dll
Syntax
public class ServerBroadcastMessage : MessageBase
Constructors
ServerBroadcastMessage(String)
Declaration
public ServerBroadcastMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Fields
value
Declaration
public string value
Field Value
Type | Description |
---|---|
System.String |