IDiagnosticViewerService 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 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. |