Table of Contents

Struct ServerOpeningEvent

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

Occurs before a server is opened.

public struct ServerOpeningEvent
Inherited Members

Constructors

ServerOpeningEvent(ServerId, ServerSettings)

Initializes a new instance of the ServerOpeningEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ServerId

Gets the server identifier.

ServerSettings

Gets the server settings.

Timestamp

Gets the timestamp.