Table of Contents

Constructor ClusterDescriptionChangedEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.dll

ClusterDescriptionChangedEvent(ClusterDescription, ClusterDescription)

Initializes a new instance of the ClusterDescriptionChangedEvent struct.

public ClusterDescriptionChangedEvent(ClusterDescription oldDescription, ClusterDescription newDescription)

Parameters

oldDescription ClusterDescription

The old description.

newDescription ClusterDescription

The new description.