RequestSignalRMessageEventArgs Class |
Namespace: DataPAEnterpriseDashboard
public class RequestSignalRMessageEventArgs : EventArgs
The RequestSignalRMessageEventArgs type exposes the following members.
Name | Description | |
---|---|---|
RequestSignalRMessageEventArgs | Initializes a new instance of the RequestSignalRMessageEventArgs class |
Name | Description | |
---|---|---|
ConnectionID |
Gets or sets a string that contains connection ID that should be used for the Signal R message.
| |
Message |
Gets or sets a string contains the message text that should be passed in the Signal R messsage.
| |
MessageType |
Gets or sets a value that contains the message type that should be used for the Signal R message.
|