ReportProc Class Documentation

classReportProc : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

Detailed Description

Represents the error reporting callback function.

A ReportProc administrative command is typically passed to generate an error report.

If a process is not completing properly, or taking too long to finish, this process will create an error report in response. At frequent intervals, the method calls ReportProc. If the ReportProc command returns a "true" statement, the method generates an error. If it returns "false," the process continues. The time interval is determined by the ReportProc command.

Referenced by

Constructor & Destructor Documentation

ReportProc

ReportProc(ReportProcrhs, InternalConstructsignifier)

Parameters

signifier: InternalConstruct

ReportProc

ReportProc()

Represents the error reporting callback function.

A ReportProc administrative command is typically passed to generate an error report.

If a process is not completing properly, or taking too long to finish, this process will create an error report in response. At frequent intervals, the method calls ReportProc. If the ReportProc command returns a "true" statement, the method generates an error. If it returns "false," the process continues. The time interval is determined by the ReportProc command.

~ReportProc

~ReportProc()

Member Function Documentation

Call

voidCall(ReportTypereportType, stringmessage, stringreplacementText)

Parameters

reportType: ReportType
message: string
replacementText: string

Returns:

void

ConstructorRetrieve

static ReportProcConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

ReportProc

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void