Click or drag to resize
RequestSignalRMessageEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event arguments for the RequestSignalRMessageEvent event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardRequestSignalRMessageEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class RequestSignalRMessageEventArgs : EventArgs

The RequestSignalRMessageEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRequestSignalRMessageEventArgs
Initializes a new instance of the RequestSignalRMessageEventArgs class
Top
Properties
  NameDescription
Public propertyConnectionID
Gets or sets a string that contains connection ID that should be used for the Signal R message.
Public propertyMessage
Gets or sets a string contains the message text that should be passed in the Signal R messsage.
Public propertyMessageType
Gets or sets a value that contains the message type that should be used for the Signal R message.
Top
Remarks