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