Membres PendingCommandInfo
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.
Le type PendingCommandInfo expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
PendingCommandInfo | Creates a new instance of the PendingCommandInfo class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
EstimatedTimeBehind | Gets or sets the estimated time to complete delivering the pending commands, in seconds. | |
PendingCommands | Gets or sets the number of pending commands that are waiting to be delivered. | |
UserData | Gets or sets an object that allows users to attach their own data. |
Haut de la page