[This is preliminary documentation and is subject to change.]
The callback delegate for report submission completion.
Namespace:
bugcollectAssembly: bugcollect (in bugcollect.dll) Version: 1.0.0.0 (1.0)
Syntax
| C# |
|---|
public delegate void ReportSubmissionResultHandler( Object sender, ReportSubmissionResultArgs args ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub ReportSubmissionResultHandler ( _ sender As Object, _ args As ReportSubmissionResultArgs _ ) |
Parameters
- sender
- Type: System..::.Object
The ReportingManager that is invoking the callback.
- args
- Type: bugcollect..::.ReportSubmissionResultArgs
The report submission result arguments.
Remarks
You must provide a callback if you need to know the result of a report submission.
The ReportingManager will invoke this callback
exactly once with the report submission response result, or with the exception occured
if the report submission failed.