Свойство | Тип | Описание | |
---|---|---|---|
Instances | LocalOutputAdapter>.ConcurrentDictionary |
Свойство | Тип | Описание | |
---|---|---|---|
AdapterLoader_AdapterLoadException | void | ||
DataServices_AdapterCreated | void | ||
DataServices_AdapterLoaded | void | ||
DataServices_AdapterUnloaded | void | ||
DataServices_ServiceProcessException | void | ||
DeleteFile | void | ||
DeleteFolder | void | ||
DetachFile | void | ||
DetachFolder | void | ||
ExecuteFileOperation | void | ||
ExecuteFolderOperation | void | ||
ExecuteWildCardFileOperation | void | ||
GetClientDatabase | HistorianValue>.ClientDatabaseBase | ||
OptimizeLocalHistorianSettings | void | ||
ReplicationProvider_ReplicationComplete | void | ||
ReplicationProvider_ReplicationException | void | ||
ReplicationProvider_ReplicationProgress | void | ||
ReplicationProvider_ReplicationStart | void | ||
ReplicationProviders_AdapterCreated | void | ||
ReplicationProviders_AdapterLoaded | void | ||
ReplicationProviders_AdapterUnloaded | void | ||
m_dailyTimer_Elapsed | void |
Метод | Описание | |
---|---|---|
GetShortStatus ( int maxLength ) : string |
Gets a short one-line status of this LocalOutputAdapter.
|
|
Initialize ( ) : void |
Initializes this LocalOutputAdapter.
|
|
LocalOutputAdapter ( ) : System |
Initializes a new instance of the LocalOutputAdapter class.
|
Метод | Описание | |
---|---|---|
AttemptConnection ( ) : void |
Attempts to connect to this LocalOutputAdapter.
|
|
AttemptDisconnection ( ) : void |
Attempts to disconnect from this LocalOutputAdapter.
|
|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by this LocalOutputAdapter and optionally releases the managed resources.
|
|
ProcessMeasurements ( IMeasurement measurements ) : void |
Archives measurements locally.
|
Метод | Описание | |
---|---|---|
AdapterLoader_AdapterLoadException ( object sender, EventArgs |
||
DataServices_AdapterCreated ( object sender, EventArgs |
||
DataServices_AdapterLoaded ( object sender, EventArgs |
||
DataServices_AdapterUnloaded ( object sender, EventArgs |
||
DataServices_ServiceProcessException ( object sender, EventArgs |
||
DeleteFile ( string fileName ) : void | ||
DeleteFolder ( string folderName ) : void | ||
DetachFile ( string fileName ) : void | ||
DetachFolder ( string folderName ) : void | ||
ExecuteFileOperation ( HistorianValue>.ClientDatabaseBase |
||
ExecuteFolderOperation ( HistorianValue>.ClientDatabaseBase |
||
ExecuteWildCardFileOperation ( HistorianValue>.ClientDatabaseBase |
||
GetClientDatabase ( ) : HistorianValue>.ClientDatabaseBase |
||
OptimizeLocalHistorianSettings ( AdoDataConnection connection, string nodeIDQueryString, ulong trackingVersion, string arguments, Action |
||
ReplicationProvider_ReplicationComplete ( object sender, |
||
ReplicationProvider_ReplicationException ( object sender, EventArgs |
||
ReplicationProvider_ReplicationProgress ( object sender, EventArgs |
||
ReplicationProvider_ReplicationStart ( object sender, |
||
ReplicationProviders_AdapterCreated ( object sender, EventArgs |
||
ReplicationProviders_AdapterLoaded ( object sender, EventArgs |
||
ReplicationProviders_AdapterUnloaded ( object sender, EventArgs |
||
m_dailyTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Результат | void |
public GetShortStatus ( int maxLength ) : string | ||
maxLength | int | Maximum length of the status message. |
Результат | string |
protected ProcessMeasurements ( IMeasurement measurements ) : void | ||
measurements | IMeasurement | Measurements to be archived. |
Результат | void |