Service Constructor

<< 点击显示目录 >>

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

Service Constructor

BR.AN.PviServices .NET


Initializes a new instance of this class using more then one service object.

[Visual Basic]

Public Overloads Sub New( _

  ByVal name As String, _

  ByVal services As ServiceCollection _

)

[C#]

Service(

  string name,

  ServiceCollection services

);

Parameters

name

service name

services

ServiceCollection object

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]