IDiagnosticViewerService Interface

Definition

Service clients uses to connect to the diagnostic service.

public interface class IDiagnosticViewerService : IDisposable
public interface IDiagnosticViewerService : IDisposable
type IDiagnosticViewerService = interface
    interface IDisposable
Public Interface IDiagnosticViewerService
Implements IDisposable
Implements

Methods

RequestDiagnosticsAsync(IProgress<DiagnosticReport>, CancellationToken)

Request all diagnostics known to the diagnostic service.

Events

BuildOnlyDiagnosticCodesAdded

Occurs when build only diagnostic codes are added.

DiagnosticManagerRemoved

Occurs when a manager is disconnected.

DiagnosticsUpdated

Occurs when new diagnostics are reported to the IDiagnosticManagerService.

Applies to