Represents an output adapter that archives measurements to a local archive.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class LocalOutputAdapter : OutputAdapterBase
Public Class LocalOutputAdapter _ Inherits OutputAdapterBase
public ref class LocalOutputAdapter : public OutputAdapterBase
Members
All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
LocalOutputAdapter()()()() |
Initializes a new instance of the LocalOutputAdapter class.
| |
ArchivePath |
Gets or sets the path to the archive.
| |
AssignParentCollection(IAdapterCollection) | (Inherited from AdapterBase.) | |
AttemptConnection()()()() |
Attempts to connect to this LocalOutputAdapter.
(Overrides OutputAdapterBase.AttemptConnection()()()().) | |
AttemptDisconnection()()()() |
Attempts to disconnect from this LocalOutputAdapter.
(Overrides OutputAdapterBase.AttemptDisconnection()()()().) | |
AutoRefreshMetadata |
Gets or sets a boolean indicating whether or not metadata is
refreshed when the adapter attempts to connect to the archive.
| |
AutoStart()()()() | (Inherited from AdapterBase.) | |
ConnectionAttemptInterval()()()() | (Inherited from OutputAdapterBase.) | |
ConnectionString()()()() | (Inherited from AdapterBase.) | |
DataSource()()()() | (Inherited from AdapterBase.) | |
Dispose(Boolean) |
Releases the unmanaged resources used by this LocalOutputAdapter and optionally releases the managed resources.
(Overrides OutputAdapterBase.Dispose(Boolean).) | |
Dispose()()()() | (Inherited from AdapterBase.) | |
Disposed()()()() | (Inherited from AdapterBase.) | |
Enabled()()()() | (Inherited from AdapterBase.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from AdapterBase.) | |
Flush()()()() | (Inherited from OutputAdapterBase.) | |
GetHashCode()()()() | (Inherited from AdapterBase.) | |
GetShortStatus(Int32) |
Gets a short one-line status of this LocalOutputAdapter.
(Overrides AdapterBase.GetShortStatus(Int32).) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
ID()()()() | (Inherited from AdapterBase.) | |
IncrementProcessedMeasurements(Int64) | (Inherited from AdapterBase.) | |
InitializationTimeout()()()() | (Inherited from AdapterBase.) | |
Initialize()()()() |
Initializes this LocalOutputAdapter.
(Overrides OutputAdapterBase.Initialize()()()().) | |
Initialized()()()() | (Inherited from AdapterBase.) | |
InputMeasurementKeys()()()() | (Inherited from AdapterBase.) | |
InputMeasurementKeysUpdated()()()() | (Inherited from AdapterBase.) | |
InputSourceIDs()()()() | (Inherited from OutputAdapterBase.) | |
InstanceName |
Gets or sets instance name defined for this LocalOutputAdapter.
| |
InternalProcessQueue()()()() | (Inherited from OutputAdapterBase.) | |
IsInputMeasurement(MeasurementKey) | (Inherited from AdapterBase.) | |
MeasurementReportingInterval()()()() | (Inherited from AdapterBase.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Name()()()() | (Inherited from AdapterBase.) | |
OnConnected()()()() | (Inherited from OutputAdapterBase.) | |
OnDisconnected()()()() | (Inherited from OutputAdapterBase.) | |
OnInputMeasurementKeysUpdated()()()() | (Inherited from AdapterBase.) | |
OnOutputMeasurementsUpdated()()()() | (Inherited from AdapterBase.) | |
OnProcessException(Exception) | (Inherited from OutputAdapterBase.) | |
OnStatusMessage(String) | (Inherited from AdapterBase.) | |
OnStatusMessage(String, array<Object>[]()[][]) | (Inherited from AdapterBase.) | |
OnUnprocessedMeasurements(Int32) | (Inherited from OutputAdapterBase.) | |
OutputIsForArchive |
Returns a flag that determines if measurements sent to this LocalOutputAdapter are destined for archival.
(Overrides OutputAdapterBase.OutputIsForArchive()()()().) | |
OutputMeasurements()()()() | (Inherited from AdapterBase.) | |
OutputMeasurementsUpdated()()()() | (Inherited from AdapterBase.) | |
Parent()()()() | (Inherited from AdapterBase.) | |
ProcessedMeasurements()()()() | (Inherited from AdapterBase.) | |
ProcessException()()()() | (Inherited from AdapterBase.) | |
ProcessingInterval()()()() | (Inherited from OutputAdapterBase.) | |
ProcessMeasurementFilter()()()() | (Inherited from AdapterBase.) | |
ProcessMeasurements(array<IMeasurement>[]()[][]) |
Archives measurements locally.
(Overrides OutputAdapterBase.ProcessMeasurements(array<IMeasurement>[]()[][]).) | |
QueueMeasurementForProcessing(IMeasurement) | (Inherited from OutputAdapterBase.) | |
QueueMeasurementsForProcessing(IEnumerable<(Of <<'(IMeasurement>)>>)) | (Inherited from OutputAdapterBase.) | |
RefreshMetadata()()()() |
Refreshes metadata using all available and enabled providers.
(Overrides OutputAdapterBase.RefreshMetadata()()()().) | |
RemoveMeasurements(Int32) | (Inherited from OutputAdapterBase.) | |
RequestedInputMeasurementKeys()()()() | (Inherited from OutputAdapterBase.) | |
RequeueOnException()()()() | (Inherited from OutputAdapterBase.) | |
RunTime()()()() | (Inherited from AdapterBase.) | |
SetInitializedState(Boolean) | (Inherited from AdapterBase.) | |
SetTemporalConstraint(String, String, String) | (Inherited from AdapterBase.) | |
Settings()()()() | (Inherited from AdapterBase.) | |
Start()()()() | (Inherited from OutputAdapterBase.) | |
StartTime()()()() | (Inherited from AdapterBase.) | |
StartTimeConstraint()()()() | (Inherited from AdapterBase.) | |
Status |
Returns the detailed status of the data output source.
(Overrides OutputAdapterBase.Status()()()().) | |
StatusMessage()()()() | (Inherited from AdapterBase.) | |
Stop()()()() | (Inherited from OutputAdapterBase.) | |
StopTime()()()() | (Inherited from AdapterBase.) | |
StopTimeConstraint()()()() | (Inherited from AdapterBase.) | |
SupportsTemporalProcessing()()()() | (Inherited from OutputAdapterBase.) | |
ToString()()()() | (Inherited from Object.) | |
UnprocessedMeasurements()()()() | (Inherited from OutputAdapterBase.) | |
UseAsyncConnect |
Gets flag that determines if this LocalOutputAdapter uses an asynchronous connection.
(Overrides OutputAdapterBase.UseAsyncConnect()()()().) | |
WaitForInitialize(Int32) | (Inherited from AdapterBase.) |
Inheritance Hierarchy
Object | |||
AdapterBase | |||
OutputAdapterBase | |||
LocalOutputAdapter |