MongoDB.Driver.Core.Events Namespace |
Class | Description | |
---|---|---|
ClusterListenerPair |
Represents a pair of cluster listeners. All events will be forwarded to both listeners.
| |
ConnectionListenerPair |
Represents a pair of connection listeners. All events will be forwarded to both listeners.
| |
ConnectionPoolListenerPair |
Represents a pair of connection pool listeners. All events will be forwarded to both listeners.
| |
EmptyListener |
Represents an empty listener that ignores all events.
| |
ServerListenerPair |
Represents a pair of server listeners. All events will be forwarded to both listeners.
|
Structure | Description | |
---|---|---|
ClusterAfterAddingServerEvent |
Represents information about a ClusterAfterAddingServer event.
| |
ClusterAfterClosingEvent |
Represents information about a ClusterAfterClosing event.
| |
ClusterAfterDescriptionChangedEvent |
Represents information about a ClusterAfterDescriptionChanged event.
| |
ClusterAfterOpeningEvent |
Represents information about a ClusterAfterOpening event.
| |
ClusterAfterRemovingServerEvent |
Represents information about a ClusterAfterRemovingServer event.
| |
ClusterBeforeAddingServerEvent |
Represents information about a ClusterBeforeAddingServer event.
| |
ClusterBeforeClosingEvent |
Represents information about a ClusterBeforeClosing event.
| |
ClusterBeforeOpeningEvent |
Represents information about a ClusterBeforeOpening event.
| |
ClusterBeforeRemovingServerEvent |
Represents information about a ClusterBeforeRemovingServer event.
| |
ConnectionAfterClosingEvent |
Represents information about a ConnectionAfterClosing event.
| |
ConnectionAfterOpeningEvent |
Represents information about a ConnectionAfterOpening event.
| |
ConnectionAfterReceivingMessageEvent |
Represents information about a ConnectionAfterReceivingMessage event.
| |
ConnectionAfterSendingMessagesEvent |
Represents information about a ConnectionAfterSendingMessages event.
| |
ConnectionBeforeClosingEvent |
Represents information about a ConnectionBeforeClosing event.
| |
ConnectionBeforeOpeningEvent |
Represents information about a ConnectionBeforeOpening event.
| |
ConnectionBeforeReceivingMessageEvent |
Represents information about a ConnectionBeforeReceivingMessage event.
| |
ConnectionBeforeSendingMessagesEvent |
Represents information about a ConnectionBeforeSendingMessages event.
| |
ConnectionErrorOpeningEvent |
Represents information about a ConnectionErrorOpening event.
| |
ConnectionErrorReceivingMessageEvent |
Represents information about a ConnectionErrorReceivingMessage event.
| |
ConnectionErrorSendingMessagesEvent |
Represents information about a ConnectionErrorSendingMessages event.
| |
ConnectionFailedEvent |
Represents information about a ConnectionFailed event.
| |
ConnectionPoolAfterAddingAConnectionEvent |
Represents information about a ConnectionPoolAfterAddingAConnection event.
| |
ConnectionPoolAfterCheckingInAConnectionEvent |
Represents information about a ConnectionPoolAfterCheckingInAConnection event.
| |
ConnectionPoolAfterCheckingOutAConnectionEvent |
Represents information about a ConnectionPoolAfterCheckingOutAConnection event.
| |
ConnectionPoolAfterClosingEvent |
Represents information about a ConnectionPoolAfterClosing event.
| |
ConnectionPoolAfterEnteringWaitQueueEvent |
Represents information about a ConnectionPoolAfterEnteringWaitQueue event.
| |
ConnectionPoolAfterOpeningEvent |
Represents information about a ConnectionPoolAfterOpening event.
| |
ConnectionPoolAfterRemovingAConnectionEvent |
Represents information about a ConnectionPoolAfterRemovingAConnection event.
| |
ConnectionPoolBeforeAddingAConnectionEvent |
Represents information about a ConnectionPoolBeforeAddingAConnection event.
| |
ConnectionPoolBeforeCheckingInAConnectionEvent |
Represents information about a ConnectionPoolBeforeCheckingInAConnection event.
| |
ConnectionPoolBeforeCheckingOutAConnectionEvent |
Represents information about a ConnectionPoolBeforeCheckingOutAConnection event.
| |
ConnectionPoolBeforeClosingEvent |
Represents information about a ConnectionPoolBeforeClosing event.
| |
ConnectionPoolBeforeEnteringWaitQueueEvent |
Represents information about a ConnectionPoolBeforeEnteringWaitQueue event.
| |
ConnectionPoolBeforeOpeningEvent |
Represents information about a ConnectionPoolBeforeOpening event.
| |
ConnectionPoolBeforeRemovingAConnectionEvent |
Represents information about a ConnectionPoolBeforeRemovingAConnection event.
| |
ConnectionPoolErrorCheckingOutAConnectionEvent |
Represents information about a ConnectionPoolErrorCheckingOutAConnection event.
| |
ConnectionPoolErrorEnteringWaitQueueEvent |
Represents information about a ConnectionPoolErrorEnteringWaitQueue event.
| |
ServerAfterClosingEvent |
Represents information about a ServerAfterClosing event.
| |
ServerAfterDescriptionChangedEvent |
Represents information about a ServerAfterDescriptionChanged event.
| |
ServerAfterHeartbeatingEvent |
Represents information about a ServerAfterHeartbeating event.
| |
ServerAfterOpeningEvent |
Represents information about a ServerAfterOpening event.
| |
ServerBeforeClosingEvent |
Represents information about a ServerBeforeClosing event.
| |
ServerBeforeHeartbeatingEvent |
Represents information about a ServerBeforeHeartbeating event.
| |
ServerBeforeOpeningEvent |
Represents information about a ServerBeforeOpening event.
| |
ServerErrorHeartbeatingEvent |
Represents information about a ServerErrorHeartbeating event.
|
Interface | Description | |
---|---|---|
IClusterListener |
Represents a listener to cluster events.
| |
IConnectionListener |
Represents a listener to connection events.
| |
IConnectionPoolListener |
Represents a listener to connection pool events.
| |
IListener |
Represents a listener to events.
| |
IServerListener |
Represents a listener to server events.
|