ITelemetryDiagnosticID<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an object that can provide a Diagnostic ID for telemetry purposes.
generic <typename T>
public interface class ITelemetryDiagnosticID
public interface ITelemetryDiagnosticID<T>
type ITelemetryDiagnosticID<'T> = interface
Public Interface ITelemetryDiagnosticID(Of T)
Type Parameters
- T
Methods
GetDiagnosticID() |
Get Diagnostic ID for telemetry purposes. |