Table of Contents

Interface ICoreSessionHandle

Namespace
MongoDB.Driver.Core.Bindings
Assembly
MongoDB.Driver.Core.dll

A handle to a reference counted core session.

public interface ICoreSessionHandle : ICoreSession, IDisposable
Inherited Members

Methods

Fork()

Increments the reference count of the underlying session and returns a new handle to it.

See Also