PendingCommandInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class PendingCommandInfo sealed
public sealed class PendingCommandInfo
type PendingCommandInfo = class
Public NotInheritable Class PendingCommandInfo
- Inheritance
-
PendingCommandInfo
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Constructors
PendingCommandInfo() |
Creates a new instance of the PendingCommandInfo class. |
Properties
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. |