Элементы StatusEventArgs

Represents status information returned by a replication agent when the Status event occurs.

Тип StatusEventArgs предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод StatusEventArgs() () () () Creates a new instance of the StatusEventArgs class.
Открытый метод StatusEventArgs(String, Byte, MessageStatus) Creates a new instance of the StatusEventArgs class with the provided replication agent status information.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Message The status message returned by the replication agent.
Открытое свойство MessageStatus The current operational status of the replication agent.
Открытое свойство PercentCompleted The estimated amount of the overall synchronization that has completed.

В начало