ServiceCollection.LoadConfiguration(String) Method

<< 点击显示目录 >>

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

ServiceCollection.LoadConfiguration(String) Method

BR.AN.PviServices .NET


Loads an existing PviServices configuration from a xml file.

[Visual Basic]

Public Overloads Sub LoadConfiguration( _

  ByVal fileName As String _

)

[C#]

public int LoadConfiguration(

  string fileName

);

Parameters

fileName

A relative or absolute path for the xml file

Return Value

Errorcode: 0..OK, otherwise error

See Also

ServiceCollection Class | BR.AN.PviServices Namespace | ServiceCollection.LoadConfiguration Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]