HttpDiagnosticProviderResponseReceivedEventArgs.ActivityId Property
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.
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
A locally unique ID for this activity.