PendingCommandInfo 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 following tables list the members exposed by the PendingCommandInfo type.
Public Constructors
Name | Description | |
---|---|---|
PendingCommandInfo | Creates a new instance of the PendingCommandInfo class. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
PendingCommandInfo Class
Microsoft.SqlServer.Replication Namespace
TransPendingCommandInfo
Other Resources
How to: Programmatically Monitor Replication (RMO Programming)
sp_replmonitorsubscriptionpendingcmds (Transact-SQL)