IDiagnosticViewerService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서비스 클라이언트는 를 사용하여 진단 서비스에 연결합니다.
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보고되면 발생합니다. |