RequestSignalRMessageEventArgsConnectionID Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a string that contains connection ID that should be used for the Signal R message.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ConnectionID { get; set; }
Public Property ConnectionID As String
Get
Set
public:
property String^ ConnectionID {
String^ get ();
void set (String^ value);
}
function get_ConnectionID();
function set_ConnectionID(value);
Return Value
Type:
StringA string that contains connection ID that should be used for the Signal R message.
Remarks See Also