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 | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top