[This is preliminary documentation and is subject to change.]
Changes the default reporting manager with a custom one provided by you.
Namespace:
bugcollect4netAssembly: bugcollect4net (in bugcollect4net.dll) Version: 1.2.10.0 (1.2.10.0)
Syntax
| C# |
|---|
public void SetReportingManager( ReportingManager reportingManager ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetReportingManager ( _ reportingManager As ReportingManager _ ) |
Parameters
- reportingManager
- Type: bugcollect..::.ReportingManager
The new reporting manager to be used.