Interface IConnectionHandle
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
Represents a handle to a connection.
[Obsolete("This interface will be made internal in a later release.")]
public interface IConnectionHandle : IConnection, IDisposable
- Inherited Members
Methods
- Fork()
A new handle to the underlying connection.