StatisticsEngineRegister(Object, String, String, String, String) Method
Registers the given object with the statistics engine as a source of statistics.
Namespace: Gemstone.Timeseries.StatisticsAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
public static void Register(
Object source,
string sourceName,
string sourceCategory,
string sourceAcronym,
string statisticMeasurementNameFormat = "{}"
)
Public Shared Sub Register (
source As Object,
sourceName As String,
sourceCategory As String,
sourceAcronym As String,
Optional statisticMeasurementNameFormat As String = "{}"
)
public:
static void Register(
Object^ source,
String^ sourceName,
String^ sourceCategory,
String^ sourceAcronym,
String^ statisticMeasurementNameFormat = L"{}"
)
Gemstone.Timeseries.Statistics.StatisticsEngine.Register = function(source, sourceName, sourceCategory, sourceAcronym, statisticMeasurementNameFormat);
Parameters
- source Object
- The source of the statistics.
- sourceName String
- The name of the source.
- sourceCategory String
- The category of the statistics.
- sourceAcronym String
- The acronym used in signal references.
- statisticMeasurementNameFormat String (Optional)
- Format string used to name statistic measurements for this source.