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.

IClientSessionHandle Fork()

Returns

IClientSessionHandle

A session.

See Also

See Also