LoggerEntryCollection.SaveArlEntries Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LoggerEntryCollection.SaveArlEntries Method

BR.AN.PviServices .NET


Call this method to save all LogEntries in ARL Format

[Visual Basic]

Public Sub SaveArlEntries( _

  ByRef xmlTextBlock As StringBuilder _

)

[C#]

public int SaveArlEntries(

  ref StringBuilder xmlTextBlock

);

Parameters

xmlTextBlock

The Stringbuilder which will hold the content.

Return Value

Zero on success.

See Also

LoggerEntryCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]