RawCallbackArgs Class
Provides data for the CallbackReceived event.
Constructors:
Name | Description | |
---|---|---|
![]() | RawCallbackArgs(DateTime, String[]) | Initializes a new instance of the RawCallbackArgs class. |
Properties:
Name | Description | |
---|---|---|
![]() | Handled | Gets or sets whether the callback message was handled. |
![]() | Received | Gets the message timestamp. |
![]() | Arguments | Gets the message name and parameters. |