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