AgentCore.StatusEventHandler Delegate
SQL Server 2008
Delegate that handles the Status event that is raised during agent execution.
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
[ComVisibleAttribute(false)] public delegate void StatusEventHandler( Object sender, StatusEventArgs e )
Parameters
- sender
- Type: System.Object
The source of the status event.
- e
- Type: Microsoft.SqlServer.Replication.StatusEventArgs
A StatusEventArgs object that contains the event data.
The Status event returns a status message from the replication agent during synchronization. The AgentCore.StatusEventHandler returns a StatusEventArgs object when the Status event occurs during agent execution.
