LoggerCollection.Save Method

<< 点击显示目录 >>

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

LoggerCollection.Save Method

BR.AN.PviServices .NET


Call this member to save the logger entries to a file.

[Visual Basic]

Public Sub Save( _

  ByVal file As String _

)

[C#]

public int Save(

  string file

);

Parameters

file

The file name.

Return Value

0 if everything went OK else the error code.

See Also

LoggerCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]