Apama API Reference for .NET  10.15.3.4
Apama.Net.Client.Interfaces.BaseClientConstants Struct Reference

Legacy constants class - Deprecated - Use Apama.Engine.Client.EngineClientConstants instead. More...

Public Attributes

const string Copyright = Versions.CopyrightString
 The copyright statement that is displayed in the usage string of a number of components. More...
 
const int DefaultConnectionPollingInterval = EngineClientConstants.DefaultConnectionPollingInterval
 The default value for the connectionPollingInterval property in milliseconds. More...
 
const string DefaultHost = ConnectionConstants.DefaultHost
 The default value for the host property, see Apama.Net.ConnectionConstants.DefaultHost More...
 
const int DefaultPort = ConnectionConstants.DefaultPort
 The default value for the port property, initialised for an Engine, see Apama.Net.ConnectionConstants.DefaultPort More...
 
const string DefaultProcessName = ConnectionConstants.DefaultProcessName
 The default value for the process name, initialised for an Engine, see Apama.Net.ConnectionConstants.DefaultProcessName More...
 
const string ProductName = Versions.PlatformName
 The name of the product - this is just one component of the name that the user sees. More...
 
const string PropertyConnected = EngineClientConstants.PropertyConnected
 The string name of the bound property that is used for "connected" updates (typically "connected", but this constant should be used to be sure). More...
 
const string PropertyConnectionPollingInterval = EngineClientConstants.PropertyConnectionPollingInterval
 The string name of the bound property that is used for "connectionPollingInterval" updates (typically "connectionPollingInterval", but this constant should be used to be sure). More...
 
const string PropertyHost = EngineClientConstants.PropertyHost
 The string name of the bound property that is used for "host" updates (typically "host", but this constant should be used to be sure). More...
 
const string PropertyPort = EngineClientConstants.PropertyPort
 The string name of the bound property that is used for "port" updates (typically "port", but this constant should be used to be sure). More...
 
const string PropertyProcessName = EngineClientConstants.PropertyProcessName
 The string name of the bound property that is used for "processName" updates (typically "processName", but this constant should be used to be sure). More...
 
const string PropertyVerbose = EngineClientConstants.PropertyVerbose
 The string name of the bound property that is used for "verbose" updates (typically "verbose", but this constant should be used to be sure). More...
 
const string Version = Versions.ProductVersion
 The marketing version number for the product as a whole. More...
 

Detailed Description

Legacy constants class - Deprecated - Use Apama.Engine.Client.EngineClientConstants instead.

Member Data Documentation

◆ Copyright

const string Apama.Net.Client.Interfaces.BaseClientConstants.Copyright = Versions.CopyrightString

The copyright statement that is displayed in the usage string of a number of components.

◆ DefaultConnectionPollingInterval

const int Apama.Net.Client.Interfaces.BaseClientConstants.DefaultConnectionPollingInterval = EngineClientConstants.DefaultConnectionPollingInterval

The default value for the connectionPollingInterval property in milliseconds.

◆ DefaultHost

const string Apama.Net.Client.Interfaces.BaseClientConstants.DefaultHost = ConnectionConstants.DefaultHost

The default value for the host property, see Apama.Net.ConnectionConstants.DefaultHost

◆ DefaultPort

const int Apama.Net.Client.Interfaces.BaseClientConstants.DefaultPort = ConnectionConstants.DefaultPort

The default value for the port property, initialised for an Engine, see Apama.Net.ConnectionConstants.DefaultPort

◆ DefaultProcessName

const string Apama.Net.Client.Interfaces.BaseClientConstants.DefaultProcessName = ConnectionConstants.DefaultProcessName

The default value for the process name, initialised for an Engine, see Apama.Net.ConnectionConstants.DefaultProcessName

◆ ProductName

const string Apama.Net.Client.Interfaces.BaseClientConstants.ProductName = Versions.PlatformName

The name of the product - this is just one component of the name that the user sees.

◆ PropertyConnected

const string Apama.Net.Client.Interfaces.BaseClientConstants.PropertyConnected = EngineClientConstants.PropertyConnected

The string name of the bound property that is used for "connected" updates (typically "connected", but this constant should be used to be sure).

◆ PropertyConnectionPollingInterval

const string Apama.Net.Client.Interfaces.BaseClientConstants.PropertyConnectionPollingInterval = EngineClientConstants.PropertyConnectionPollingInterval

The string name of the bound property that is used for "connectionPollingInterval" updates (typically "connectionPollingInterval", but this constant should be used to be sure).

◆ PropertyHost

const string Apama.Net.Client.Interfaces.BaseClientConstants.PropertyHost = EngineClientConstants.PropertyHost

The string name of the bound property that is used for "host" updates (typically "host", but this constant should be used to be sure).

◆ PropertyPort

const string Apama.Net.Client.Interfaces.BaseClientConstants.PropertyPort = EngineClientConstants.PropertyPort

The string name of the bound property that is used for "port" updates (typically "port", but this constant should be used to be sure).

◆ PropertyProcessName

const string Apama.Net.Client.Interfaces.BaseClientConstants.PropertyProcessName = EngineClientConstants.PropertyProcessName

The string name of the bound property that is used for "processName" updates (typically "processName", but this constant should be used to be sure).

◆ PropertyVerbose

const string Apama.Net.Client.Interfaces.BaseClientConstants.PropertyVerbose = EngineClientConstants.PropertyVerbose

The string name of the bound property that is used for "verbose" updates (typically "verbose", but this constant should be used to be sure).

◆ Version

const string Apama.Net.Client.Interfaces.BaseClientConstants.Version = Versions.ProductVersion

The marketing version number for the product as a whole.