LoggerCollection Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LoggerCollection Constructor

BR.AN.PviServices .NET


Initializes a new instance of the LoggerCollection class.

[Visual Basic]

Public Overloads Sub New( _

  ByVal parent As Object, _

  ByVal name As String _

)

[C#]

LoggerCollection(

  object parent,

  string name

);

Parameters

parent

The parent object.

name

The name of the logger collection.

See Also

LoggerCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]