StatisticsEngineRegister(IAdapter, String, String, String) Method
Registers the given adapter with the statistics engine as a source of statistics.
Namespace: Gemstone.Timeseries.StatisticsAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.160 -- Release Build+69269a1754081bcb38397d2d6a05132ae03c7054
public static void Register(
IAdapter adapter,
string sourceCategory,
string sourceAcronym,
string statisticMeasurementNameFormat = "{}"
)
Public Shared Sub Register (
adapter As IAdapter,
sourceCategory As String,
sourceAcronym As String,
Optional statisticMeasurementNameFormat As String = "{}"
)
public:
static void Register(
IAdapter^ adapter,
String^ sourceCategory,
String^ sourceAcronym,
String^ statisticMeasurementNameFormat = L"{}"
)
Gemstone.Timeseries.Statistics.StatisticsEngine.Register = function(adapter, sourceCategory, sourceAcronym, statisticMeasurementNameFormat);
Parameters
- adapter IAdapter
- The source of the statistics.
- 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.