StatusEventArgs Members

Include Protected Members
Include Inherited Members

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

The StatusEventArgs type exposes the following members.

Constructors

  Name Description
Public method StatusEventArgs() Creates a new instance of the StatusEventArgs class.
Public method StatusEventArgs(String, Byte, MessageStatus) Creates a new instance of the StatusEventArgs class with the provided replication agent status information.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Message The status message returned by the replication agent.
Public property MessageStatus The current operational status of the replication agent.
Public property PercentCompleted The estimated amount of the overall synchronization that has completed.

Top