LoggerEntryCollection.Load(String, String, Boolean) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LoggerEntryCollection.Load(String, String, Boolean) Method

BR.AN.PviServices .NET


Given a file name the method tries to load the logger entries.

[Visual Basic]

Public Overloads Sub Load( _

  ByVal filePath As String, _

  ByVal keyName As String, _

  ByVal addUtcOffset As Boolean _

)

[C#]

public int Load(

  string filePath,

  string keyName,

  bool addUtcOffset

);

Parameters

filePath

The filename including the directory.

keyName

The name used as key for saving the modules entry to the collection.

addUtcOffset

If true the UTC offset will be add to the Timestamp. UTC offset usage is limeted to BR files! The UTC offset includes the optional daylight saving minutes too.

Return Value

0 on success else e.g.: 2... File does not exist; 5 ... access NOT allowed due to the selected parent object; 11 ... invalid/unknown file format.

Remarks

Supports BR and ARL files.

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]