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 | |
---|---|---|
![]() |
PendingCommandInfo() | Creates a new instance of the PendingCommandInfo class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | 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. |
Top