LoggerEntryCollection.Add(LoggerEntryBase) Method

<< 点击显示目录 >>

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

LoggerEntryCollection.Add(LoggerEntryBase) Method

BR.AN.PviServices .NET


Add the logger entry to the sorted list.

[Visual Basic]

Public Overloads Sub Add( _

  ByVal entry As LoggerEntryBase _

)

[C#]

public int Add(

  LoggerEntryBase entry

);

Parameters

entry

The logger entry.

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]