PendingCommandInfo Members

Include Protected Members
Include Inherited Members

Represents information on the number of pending commands for a subscription to a transactional publication and a rough estimate of how much time it takes to process them.

The PendingCommandInfo type exposes the following members.

Constructors

  Name Description
Public method PendingCommandInfo() Creates a new instance of the PendingCommandInfo class.

Top

Methods

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

Top

Properties

  Name Description
Public property EstimatedTimeBehind Gets or sets the estimated time to complete delivering the pending commands, in seconds.
Public property PendingCommands Gets or sets the number of pending commands that are waiting to be delivered.
Public property UserData Gets or sets an object that allows users to attach their own data.

Top