Udostępnij przez


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
ms156452.pubproperty(pl-pl,SQL.100).gif EstimatedTimeBehind Gets or sets the estimated time to complete delivering the pending commands, in seconds.
ms156452.pubproperty(pl-pl,SQL.100).gif PendingCommands Gets or sets the number of pending commands that are waiting to be delivered.
ms156452.pubproperty(pl-pl,SQL.100).gif UserData Gets or sets an object that allows users to attach their own data.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms156452.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms156452.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms156452.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms156452.pubmethod(pl-pl,SQL.100).gifms156452.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms156452.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms156452.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms156452.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top