[This is preliminary documentation and is subject to change.]
Submits a report for upload to bugcollect.com
The report is added to an submission queue and this
method returns imeadetly. When the report submission
is complete the provided callback is invoked with the
submission result.
Namespace:
bugcollect
Thread Safety
This method can be safely called from multiple threads.
Assembly: bugcollect (in bugcollect.dll) Version: 1.0.0.0 (1.0)
Syntax
| C# |
|---|
public void SubmitReport( Report report, Object userState, ReportSubmissionResultHandler callback ) |
| Visual Basic (Declaration) |
|---|
Public Sub SubmitReport ( _ report As Report, _ userState As Object, _ callback As ReportSubmissionResultHandler _ ) |
Parameters
- report
- Type: bugcollect..::.Report
The report to be uploaded
- userState
- Type: System..::.Object
An arbitrary object that is passed back when invoking the callback.
- callback
- Type: bugcollect..::.ReportSubmissionResultHandler
A callback to be invoked when the report submission is complete.
Remarks
When the report submission is complete the provided callback will be invoked.