<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ErrorLogBook Class > ErrorLogBook Methods > Read Method > ErrorLogBook.Read(Int32) Method |
Call this method to read the specified number of elements.
[Visual Basic]
Public Overrides Overloads Sub Read( _
ByVal count As Integer _
)
[C#]
public override void Read(
int count
);
count
The number of entries to be read.
The old style LogEntries can have mor than one line in the log book. Therefore the number of returned entries my be different to the number of requested entries.
ErrorLogBook Class | BR.AN.PviServices Namespace | ErrorLogBook.Read Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]