ApplicationEnterpriseServiceHubPort Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the port being used to commincate with the Enteprise Service SignalR Hub.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int EnterpriseServiceHubPort { get; }
Public ReadOnly Property EnterpriseServiceHubPort As Integer
Get
public:
virtual property int EnterpriseServiceHubPort {
int get () sealed;
}
function get_EnterpriseServiceHubPort();
Return Value
Type:
Int32A value that indicates the port being used to commincate with the Enteprise Service SignalR Hub.
Remarks See Also