IDiagnosticMonitoring Interface
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface IDiagnosticMonitoring
[InheritedExportAttribute]
public interface IDiagnosticMonitoring
[InheritedExportAttribute]
public interface class IDiagnosticMonitoring
[<InheritedExportAttribute>]
type IDiagnosticMonitoring = interface end
public interface IDiagnosticMonitoring
The IDiagnosticMonitoring type exposes the following members.
Methods
Name | Description | |
---|---|---|
Initialize | Initializes the monitor to update the Microsoft Azure diagnostic settings when the Team Foundation Server configuration are updated |
Top