Click or drag to resize

CoreSessionHandleFork Method

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

Namespace:  MongoDB.Driver.Core.Bindings
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
public ICoreSessionHandle Fork()

Return Value

Type: ICoreSessionHandle
A new handle.

Implements

ICoreSessionHandleFork
See Also