IDiagnosticManagerService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service for reporting diagnostics.
public interface class IDiagnosticManagerService : IDisposable
public interface IDiagnosticManagerService : IDisposable
type IDiagnosticManagerService = interface
interface IDisposable
Public Interface IDiagnosticManagerService
Implements IDisposable
- Implements
Methods
AddBuildOnlyDiagnosticCodesAsync(IReadOnlyList<String>, CancellationToken) |
Indicates the |
AppendDiagnosticsAsync(String, IReadOnlyList<DiagnosticCollection>, CancellationToken) |
Append the diagnostics in |
ClearAllDiagnosticsAsync(CancellationToken) |
Remove all diagnostics created by the IDiagnosticManagerService. |
ClearDiagnosticsAsync(String, CancellationToken) |
Clear all diagnostics associated with the specified |
SetDiagnosticsAsync(String, IReadOnlyList<DiagnosticCollection>, CancellationToken) |
Replace the previously reported diagnostics for |