Table of Contents

Constructor ServerDescriptionChangedEventArgs

Namespace
MongoDB.Driver.Core.Servers
Assembly
MongoDB.Driver.Core.dll

ServerDescriptionChangedEventArgs(ServerDescription, ServerDescription)

Initializes a new instance of the ServerDescriptionChangedEventArgs class.

public ServerDescriptionChangedEventArgs(ServerDescription oldServerDescription, ServerDescription newServerDescription)

Parameters

oldServerDescription ServerDescription

The old server description.

newServerDescription ServerDescription

The new server description.