Interface IConnectionHandle
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
Represents a handle to a connection.
public interface IConnectionHandle : IConnection, IDisposable
- Inherited Members
Methods
- Fork()
A new handle to the underlying connection.