IndependentAdapterManagerExtensions Class

Represents an adapter base class that provides functionality to manage and distribute measurements to a collection of action adapters.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public static class IndependentAdapterManagerExtensions
Inheritance
Object    IndependentAdapterManagerExtensions

Methods

FindAdapter Finds child adapter with specified adapterName.
GetMeasurementRecord Gets measurement record, creating it if needed.
LookupDevice Lookups up associated device name from provided signalID.
LookupPhasorLabel Lookups up associated phasor label from provided signalID.
LookupPointTag Lookups up point tag name from provided signalID.
SignalIDExists Determines if signalID exists in local configuration.
WaitForSignalsToLoad Waits for signalIDs to be loaded in system configuration.

Fields

DefaultAlternateTagTemplate Defines the default value for the AlternateTagTemplate.
DefaultConfigurationReloadWaitAttempts Defines the default value for the ConfigurationReloadWaitAttempts.
DefaultConfigurationReloadWaitTimeout Defines the default value for the ConfigurationReloadWaitTimeout.
DefaultDatabaseConnectionString Defines the default value for the DatabaseConnectionString.
DefaultDatabaseProviderString Defines the default value for the DatabaseProviderString.
DefaultDescriptionTemplate Defines the default value for the DescriptionTemplate.
DefaultParentDeviceAcronymTemplate Defines the default value for the ParentDeviceAcronymTemplate.
DefaultPointTagTemplate Defines the default value for the PointTagTemplate.
DefaultSignalReferenceTemplate Defines the default value for the SignalReferenceTemplate.
DefaultSignalType Defines the default value for the SignalType.
DefaultSourceMeasurementTable Defines the default value for the SourceMeasurementTable.
DefaultTargetHistorianAcronym Defines the default value for the TargetHistorianAcronym.

See Also