ITelemetryDiagnosticID<T> Interface

Definition

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.

Applies to