Struct ServerDescriptionChangedEvent
Occurs after a server's description has changed.
public struct ServerDescriptionChangedEvent
- Inherited Members
Constructors
ServerDescriptionChangedEvent(ServerDescription, ServerDescription)
Initializes a new instance of the ServerDescriptionChangedEvent struct.
public ServerDescriptionChangedEvent(ServerDescription oldDescription, ServerDescription newDescription)
Parameters
oldDescription
ServerDescriptionThe old description.
newDescription
ServerDescriptionThe new description.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
NewDescription
Gets the new description.
public ServerDescription NewDescription { get; }
Property Value
OldDescription
Gets the old description.
public ServerDescription OldDescription { get; }
Property Value
ServerId
Gets the server identifier.
public ServerId ServerId { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }