TracerToken Class

Definition

Represents tracer token information.

public ref class TracerToken sealed
public sealed class TracerToken
type TracerToken = class
Public NotInheritable Class TracerToken
Inheritance
TracerToken

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Constructors

TracerToken()

Creates a new instance of the TracerToken class.

Properties

PublisherCommitTime

Gets or sets the time at which the tracer record was committed at the Publisher.

TracerTokenId

Gets or sets the ID of the tracer token.

UserData

Gets or sets an object property that allows users to attach their own data to this object.

Applies to

See also