Class TrackingContext
- Namespace
- Microsoft.ServiceBus.Tracing
- Assembly
- Microsoft.ServiceBus.dll
TrackingContext class is used to communicate tracking information for each request.
public sealed class TrackingContext
- Inheritance
-
TrackingContext
- Inherited Members
Fields
HeaderNamespace
Specifies the header namespace.
public const string HeaderNamespace = "http://schemas.microsoft.com/servicebus/2010/08/protocol/"
Field Value
SystemTrackerName
Specifies the name of system tracker.
public const string SystemTrackerName = "SystemTracker"
Field Value
TrackingIdName
Specifies the attribute name for the tracking identifier in the returned token response.
public const string TrackingIdName = "TrackingId"
Field Value
Methods
ToString()
Gets a string representation of this TrackingContext.
public override string ToString()