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