ITelemetryIdProvider<TId> Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa um objeto que pode fornecer uma ID exclusiva para fins de telemetria. Tipo da ID de telemetria.
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)
Parâmetros de tipo
- Tid
- TId
- Derivado
Métodos
| TryGetTelemetryId(TId) |
Tenta obter uma ID exclusiva para fins de telemetria. |