LoggerEntryCollection.Add(LoggerEntryBase, Boolean) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > LoggerEntryCollection Class > LoggerEntryCollection Methods > Add Method >

LoggerEntryCollection.Add(LoggerEntryBase, Boolean) Method

BR.AN.PviServices .NET


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

);

Parameters

entry

The logger entry.

addKeyOnly

the flag indicating wheter to get the global ID and the time stamp for the key or not.

Return Value

The status

See Also

LoggerEntryCollection Class | BR.AN.PviServices Namespace | LoggerEntryCollection.Add Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]