Table of Contents

Class TrackingContext

Namespace
Microsoft.ServiceBus.Tracing
Assembly
Microsoft.ServiceBus.dll

Provides contextual properties for tracking changes in the messaging entities.

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

string

SystemTrackerName

Specifies the name of system tracker.

public const string SystemTrackerName = "SystemTracker"

Field Value

string

TrackingIdName

Specifies the attribute name for the tracking identifier in the returned token response.

public const string TrackingIdName = "TrackingId"

Field Value

string