Поделиться через


Элементы 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.

Тип PendingCommandInfo предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод PendingCommandInfo Creates a new instance of the PendingCommandInfo class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало