ProfilerEventArgs Constructor

<< 点击显示目录 >>

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

ProfilerEventArgs Constructor

BR.AN.PviServices .NET


Initializes a new instance of the ProfilerEventArgs class.

[Visual Basic]

Public Sub New( _

  ByVal name As String, _

  ByVal action As Action, _

  ByVal info As Object _

)

[C#]

ProfilerEventArgs(

  string name,

  Action action,

  object info

);

Parameters

name

The name of the profiler.

action

The action.

info

the info object.

See Also

ProfilerEventArgs Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]