ReplicationStatusAndWarning Class

Definition

Represents replication agent status information and threshold monitor warnings.

public ref class ReplicationStatusAndWarning sealed
public sealed class ReplicationStatusAndWarning
type ReplicationStatusAndWarning = class
Public NotInheritable Class ReplicationStatusAndWarning
Inheritance
ReplicationStatusAndWarning

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Constructors

ReplicationStatusAndWarning()

Creates a new instance of the ReplicationStatusAndWarning class.

Properties

ReturnTimestamp

Gets or sets a timestamp that indicates when the data was returned.

Status

Gets or sets the agent status.

UserData

Gets or sets an object that allows users to attach their own data.

Warning

Gets or sets the threshold monitor warning.

Applies to

See also