Struct ServerOpeningEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs before a server is opened.
public struct ServerOpeningEvent
Inherited Members
object.ReferenceEquals(object, object)
Constructors
ServerOpeningEvent(ServerId, ServerSettings)
Initializes a new instance of the ServerOpeningEvent struct.
Properties
Gets the cluster identifier.
Gets the server identifier.
Gets the server settings.
Gets the timestamp.