Compartir a través de


StatusEventArgs Miembros

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

El tipo StatusEventArgs expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico StatusEventArgs() () () () Creates a new instance of the StatusEventArgs class.
Método publico StatusEventArgs(String, Byte, MessageStatus) Creates a new instance of the StatusEventArgs class with the provided replication agent status information.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Message The status message returned by the replication agent.
Propiedad pública MessageStatus The current operational status of the replication agent.
Propiedad pública PercentCompleted The estimated amount of the overall synchronization that has completed.

Principio