LoggerEventArgs Constructor

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > LoggerEventArgs Class > LoggerEventArgs Constructor >

LoggerEventArgs Constructor

BR.AN.PviServices .NET


Initializes a new instance of the LoggerEventArgs class.

[Visual Basic]

Public Overloads Sub New( _

  ByVal name As String, _

  ByVal address As String, _

  ByVal error As Integer, _

  ByVal language As String, _

  ByVal action As Action, _

  ByVal entries As LoggerEntryCollection _

)

[C#]

LoggerEventArgs(

  string name,

  string address,

  int error,

  string language,

  Action action,

  LoggerEntryCollection entries

);

Parameters

name

The name of the logger.

address

The physical address of the object.

error

The error code.

language

The language code.

action

The action.

entries

The collection of logger entries.

See Also

LoggerEventArgs Class | BR.AN.PviServices Namespace | LoggerEventArgs Constructor Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]