PendingCommandInfo 类

定义

表示有关对事务发布的订阅的挂起命令数以及处理这些命令的粗略估计时间的信息。

public ref class PendingCommandInfo sealed
public sealed class PendingCommandInfo
type PendingCommandInfo = class
Public NotInheritable Class PendingCommandInfo
继承
PendingCommandInfo

注解

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

构造函数

PendingCommandInfo()

创建 PendingCommandInfo 类的新实例。

属性

EstimatedTimeBehind

获取或设置完成传递挂起命令的估计时间(秒)。

PendingCommands

获取或设置正等待传递的挂起命令的数目。

UserData

获取或设置允许用户附加他们自己的数据的对象。

适用于

另请参阅