ReportProc Class Documentation
classReportProc : SystemIDisposableNamespace: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
Uses types
Constructor & Destructor Documentation
ReportProc
ReportProc(ReportProcrhs, InternalConstructsignifier)Parameters
rhs: ReportProcsignifier: 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: ReportTypemessage: stringreplacementText: string
Returns:
voidConstructorRetrieve
static ReportProcConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
ReportProcDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
void