Click or drag to resize
IListener Interface
This API is preliminary and subject to change.
Represents a listener to events.

Namespace: MongoDB.Driver.Core.Events
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public interface IListener
Remarks
The actual events themselves are defined by the following interfaces: IClusterListener, IConnectionListener, IConnectionPoolListener and IServerListener.
See Also