Share via


HttpDiagnosticProviderResponseReceivedEventArgs.ActivityId Property

Definition

Gets a locally unique ID for this activity, for correlating with other events.

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

Property Value

Guid

Platform::Guid

winrt::guid

A locally unique ID for this activity.

Applies to