Table of Contents

Interface IClientSessionHandle

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A handle to an underlying reference counted IClientSession.

public interface IClientSessionHandle : IClientSession, IDisposable
Inherited Members

Methods

Fork()

Forks this instance.

See Also