PendingCommandInfo 멤버

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.

PendingCommandInfo 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 PendingCommandInfo Creates a new instance of the PendingCommandInfo class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동