C# 클래스 TestData.HistoryArchive

A class that provides access to archived data.
상속: IDisposable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

비공개 메소드들

메소드 설명
OnUpdate ( object state ) : void

Periodically adds new values into the archive.

메소드 상세

CreateRecord() 공개 메소드

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

Dispose() 공개 메소드

Frees any unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetHistoryFile() 공개 메소드

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