C# Class TestData.HistoryArchive

A class that provides access to archived data.
Inheritance: IDisposable
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
CreateRecord ( Opc.Ua.NodeId nodeId, BuiltInType dataType ) : void

Creates a new record in the archive.

Dispose ( ) : void

Frees any unmanaged resources.

GetHistoryFile ( Opc.Ua.NodeId nodeId ) : HistoryFile

Returns an object that can be used to browse the archive.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Private Methods

Méthode Description
OnUpdate ( object state ) : void

Periodically adds new values into the archive.

Method Details

CreateRecord() public méthode

Creates a new record in the archive.
public CreateRecord ( Opc.Ua.NodeId nodeId, BuiltInType dataType ) : void
nodeId Opc.Ua.NodeId
dataType BuiltInType
Résultat void

Dispose() public méthode

Frees any unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetHistoryFile() public méthode

Returns an object that can be used to browse the archive.
public GetHistoryFile ( Opc.Ua.NodeId nodeId ) : HistoryFile
nodeId Opc.Ua.NodeId
Résultat HistoryFile