LoggerEntryCollection.Save(StringBuilder) Method

<< 点击显示目录 >>

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

LoggerEntryCollection.Save(StringBuilder) Method

BR.AN.PviServices .NET


Implements the save functionality into a Stringbuilder.

[Visual Basic]

Public Overloads Sub Save( _

  ByRef xmlTextBlock As StringBuilder _

)

[C#]

public int Save(

  ref StringBuilder xmlTextBlock

);

Parameters

xmlTextBlock

The Strinbgbuilder object which will get the ARL content.

Return Value

Zero on success.

See Also

LoggerEntryCollection Class | BR.AN.PviServices Namespace | LoggerEntryCollection.Save Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]