MergeSynchronizationAgent.Status Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the Merge Agent returns synchronization status information.
public:
event Microsoft::SqlServer::Replication::AgentCore::StatusEventHandler ^ Status;
public event Microsoft.SqlServer.Replication.AgentCore.StatusEventHandler Status;
member this.Status : Microsoft.SqlServer.Replication.AgentCore.StatusEventHandler
Public Custom Event Status As AgentCore.StatusEventHandler
Event Type
Remarks
The Status event can be handled during synchronous agent execution to display agent status information in an application.
The Status event is handled by the AgentCore.StatusEventHandler delegate, which returns agent status information.