Click or drag to resize

IndependentAdapterManagerExtensions Class

Represents an adapter base class that provides functionality to manage and distribute measurements to a collection of action adapters.
Inheritance Hierarchy
SystemObject
  GSF.TimeSeries.AdaptersIndependentAdapterManagerExtensions

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static class IndependentAdapterManagerExtensions
View Source

The IndependentAdapterManagerExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodFindAdapter Finds child adapter with specified adapterName.
Public Extension MethodGetMeasurementRecord Gets measurement record, creating it if needed.
Public Extension MethodLookupDevice Lookups up associated device name from provided signalID.
Public Extension MethodLookupPhasorLabel Lookups up associated phasor label from provided signalID.
Public Extension MethodLookupPointTag Lookups up point tag name from provided signalID.
Public Extension MethodSignalIDExists Determines if signalID exists in local configuration.
Public Extension MethodWaitForSignalsToLoad Waits for signalIDs to be loaded in system configuration.
Top
Fields
 NameDescription
Public fieldStatic memberDefaultAlternateTagTemplate Defines the default value for the AlternateTagTemplate.
Public fieldStatic memberDefaultConfigurationReloadWaitAttempts Defines the default value for the ConfigurationReloadWaitAttempts.
Public fieldStatic memberDefaultConfigurationReloadWaitTimeout Defines the default value for the ConfigurationReloadWaitTimeout.
Public fieldStatic memberDefaultDatabaseConnectionString Defines the default value for the DatabaseConnectionString.
Public fieldStatic memberDefaultDatabaseProviderString Defines the default value for the DatabaseProviderString.
Public fieldStatic memberDefaultDescriptionTemplate Defines the default value for the DescriptionTemplate.
Public fieldStatic memberDefaultParentDeviceAcronymTemplate Defines the default value for the ParentDeviceAcronymTemplate.
Public fieldStatic memberDefaultPointTagTemplate Defines the default value for the PointTagTemplate.
Public fieldStatic memberDefaultSignalReferenceTemplate Defines the default value for the SignalReferenceTemplate.
Public fieldStatic memberDefaultSignalType Defines the default value for the SignalType.
Public fieldStatic memberDefaultSourceMeasurementTable Defines the default value for the SourceMeasurementTable.
Public fieldStatic memberDefaultTargetHistorianAcronym Defines the default value for the TargetHistorianAcronym.
Top
See Also