StatusEventArgs Constructor (String, Byte, MessageStatus)
Creates a new instance of the StatusEventArgs class with the provided replication agent status information.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
percentCompleted As Byte, _
messageStatus As MessageStatus _
)
public StatusEventArgs (
string message,
byte percentCompleted,
MessageStatus messageStatus
)
public:
StatusEventArgs (
String^ message,
unsigned char percentCompleted,
MessageStatus messageStatus
)
public StatusEventArgs (
String message,
byte percentCompleted,
MessageStatus messageStatus
)
public function StatusEventArgs (
message : String,
percentCompleted : byte,
messageStatus : MessageStatus
)
Parameters
- message
The status message returned by the replication agent.
- percentCompleted
A Byte value that indicates estimated amount of the overall synchronization that has completed.
- messageStatus
A MessageStatus value that indicates the current operational status of the replication agent.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
StatusEventArgs Class
StatusEventArgs Members
Microsoft.SqlServer.Replication Namespace