Class MessageReceivedEventArgs
Event data for incoming messages.
Inherited Members
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public class MessageReceivedEventArgs : EventArgs
Properties
| Improve this Doc View SourceData
The data attached to the message.
Declaration
public byte[] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Message
Represents the received message.
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |