Class Message
Object used to contain messaging information
Inherited Members
Namespace: Unity.Cloud.Common
Syntax
[Serializable]
public class Message
Properties
Payload
Data that is embedded in the message
Declaration
public string Payload { get; set; }
Property Value
Type | Description |
---|---|
String |
Type
Type of message being sent
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
String |
Version
Version of the messaging type being used
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
IsValid()
Verifies that the Message object has valid entries for all its fields
Declaration
public bool IsValid()
Returns
Type | Description |
---|---|
Boolean |