共用方式為


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新的診斷時。

適用於