Struct ConnectionCreatedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs when a connection is created.
public struct ConnectionCreatedEvent
Inherited Members
Constructors
ConnectionCreatedEvent(ConnectionId, ConnectionSettings, long?)
Initializes a new instance of the ConnectionCreatedEvent struct.
Properties
Gets the cluster identifier.
Gets the connection identifier.
Gets the connection settings.
Gets the operation identifier.
Gets the server identifier.
Gets the timestamp.