Compartir a través de


PendingCommandInfo Miembros

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.

El tipo PendingCommandInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico PendingCommandInfo Creates a new instance of the PendingCommandInfo class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública EstimatedTimeBehind Gets or sets the estimated time to complete delivering the pending commands, in seconds.
Propiedad pública PendingCommands Gets or sets the number of pending commands that are waiting to be delivered.
Propiedad pública UserData Gets or sets an object that allows users to attach their own data.

Principio