Solution.ReadLogFile Method

Applies To: Windows 8.1

Reads a log file.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Solution
Dim logPath As String
Dim callback As LogReaderCallback

instance.ReadLogFile(logPath, callback)

Syntax

'Declaration
Public Sub ReadLogFile ( _
    logPath As String, _
    callback As LogReaderCallback _
)
public void ReadLogFile (
    string logPath,
    LogReaderCallback callback
)
public:
void ReadLogFile (
    String^ logPath, 
    LogReaderCallback^ callback
)
public void ReadLogFile (
    String logPath, 
    LogReaderCallback callback
)
public function ReadLogFile (
    logPath : String, 
    callback : LogReaderCallback
)

Parameters

  • logPath
    A string that contains the path to the log file.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Solution Class
Solution Members
Microsoft.Assessments.Hosting Namespace