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