다음을 통해 공유


IDiagnosticViewerService 인터페이스

정의

서비스 클라이언트는 를 사용하여 진단 서비스에 연결합니다.

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

메서드

RequestDiagnosticsAsync(IProgress<DiagnosticReport>, CancellationToken)

진단 서비스에 알려진 모든 진단 요청합니다.

이벤트

BuildOnlyDiagnosticCodesAdded

빌드만 진단 코드가 추가되면 발생합니다.

DiagnosticManagerRemoved

관리자의 연결이 끊어질 때 발생합니다.

DiagnosticsUpdated

새 진단 에 IDiagnosticManagerService보고되면 발생합니다.

적용 대상