<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > LoggerEntryCollection Class > LoggerEntryCollection Methods > Add Method > LoggerEntryCollection.Add(LoggerEntryBase, Boolean) Method |
Add the logger entry to the sorted list.
[Visual Basic]
Public Overloads Sub Add( _
ByVal entry As LoggerEntryBase, _
ByVal addKeyOnly As Boolean _
)
[C#]
public int Add(
LoggerEntryBase entry,
bool addKeyOnly
);
entry
The logger entry.
addKeyOnly
the flag indicating wheter to get the global ID and the time stamp for the key or not.
The status
LoggerEntryCollection Class | BR.AN.PviServices Namespace | LoggerEntryCollection.Add Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]