Compartilhar via


TelemetryExtensions.TrySetEnvelopeName(ITelemetry, String) Método

Definição

Define o nome do envelope para o objeto ITelemetry.

public static bool TrySetEnvelopeName (this Microsoft.ApplicationInsights.Channel.ITelemetry telemetry, string envelopeName);
static member TrySetEnvelopeName : Microsoft.ApplicationInsights.Channel.ITelemetry * string -> bool
<Extension()>
Public Function TrySetEnvelopeName (telemetry As ITelemetry, envelopeName As String) As Boolean

Parâmetros

telemetry
ITelemetry

Objeto ITelemetry para o qual definir o nome do envelope.

envelopeName
String

Nome do envelope a ser usado para o objeto ITelemetry.

Retornos

Booliano indicando o sucesso da atribuição do nome do envelope.

Aplica-se a