LogReaderCallback Delegate

Applies To: Windows 8.1

The AXE Core raises the event when it sends information for a single log entry to the solution.

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

Usage

'Usage
Dim instance As New LogReaderCallback(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Function LogReaderCallback ( _
    data As LogReaderCallbackData _
) As Boolean
public delegate bool LogReaderCallback (
    LogReaderCallbackData data
)
public delegate bool LogReaderCallback (
    LogReaderCallbackData^ data
)
/** @delegate */
public delegate boolean LogReaderCallback (
    LogReaderCallbackData data
)

Remarks

The return value is FALSE to stop processing of the log files, while a non-zero value should be used to receive the next log entry.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Microsoft.Assessments.Hosting Namespace