Membros 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.
O tipo PendingCommandInfo expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
PendingCommandInfo | Creates a new instance of the PendingCommandInfo class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início