Compartir a través de


HttpDiagnosticProviderResponseReceivedEventArgs.ActivityId Propiedad

Definición

Obtiene un identificador único localmente para esta actividad, para correlacionar con otros eventos.

public:
 property Platform::Guid ActivityId { Platform::Guid get(); };
winrt::guid ActivityId();
public Guid ActivityId { get; }
var guid = httpDiagnosticProviderResponseReceivedEventArgs.activityId;
Public ReadOnly Property ActivityId As Guid

Valor de propiedad

Guid

Platform::Guid

winrt::guid

Identificador único local para esta actividad.

Se aplica a