Table of Contents

Method Fork

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

Fork()

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

public ICoreSessionHandle Fork()

Returns

ICoreSessionHandle

A new handle.