TracerToken Class

Represents tracer token information.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Replication.TracerToken

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public NotInheritable Class TracerToken
'Usage
Dim instance As TracerToken
public sealed class TracerToken
public ref class TracerToken sealed
[<SealedAttribute>]
type TracerToken =  class end
public final class TracerToken

The TracerToken type exposes the following members.

Constructors

  Name Description
Public method TracerToken Creates a new instance of the TracerToken class.

Top

Properties

  Name Description
Public property PublisherCommitTime Gets or sets the time at which the tracer record was committed at the Publisher.
Public property TracerTokenId Gets or sets the ID of the tracer token.
Public property UserData Gets or sets an object property that allows users to attach their own data to this object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Replication Namespace

EnumTracerTokens

Other Resources

NIB Measure Latency and Validate Connections for Transactional Replication (RMO Programming)