StatusEventArgs Class
Represents status information returned by a replication agent when the Status event occurs.
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
| 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. |
| 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. |
| 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.) |
The Status event returns a status message, status code, and percentage complete information from the replication agent during synchronization. The AgentCore::StatusEventHandler returns a StatusEventArgs object when the Status event occurs during agent execution.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.SqlServer.Replication Namespace
How to: Synchronize a Pull Subscription (RMO Programming)
How to: Synchronize a Push Subscription (RMO Programming)
Sales Orders Sample Implementation Details


