ITelemetryIdProvider<TId> 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 unique ID for telemetry purposes.
generic <typename Tid>
public interface class ITelemetryIdProvider
generic <typename TId>
public interface class ITelemetryIdProvider
public interface class ITelemetryIdProvider
template <typename Tid>
__interface ITelemetryIdProvider
public interface ITelemetryIdProvider<Tid>
public interface ITelemetryIdProvider<TId>
type ITelemetryIdProvider<'id> = interface
type ITelemetryIdProvider<'Id> = interface
Public Interface ITelemetryIdProvider(Of Tid)
Public Interface ITelemetryIdProvider(Of TId)
Type Parameters
- Tid TId
- Derived
Remarks
Type of the telemetry ID.
Methods
TryGetTelemetryId(TId) |
Tries to get a unique ID for telemetry purposes. |