Struct ServerOpenedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs after a server is opened.
public struct ServerOpenedEvent
Inherited Members
object.ReferenceEquals(object, object)
Constructors
ServerOpenedEvent(ServerId, ServerSettings, TimeSpan)
Initializes a new instance of the ServerOpenedEvent struct.
Properties
Gets the cluster identifier.
Gets the duration of time it took to open the server.
Gets the server identifier.
Gets the server settings.
Gets the timestamp.