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.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public ICoreSessionHandle Fork()

Return Value

Type: ICoreSessionHandle
A new handle.

Implements

ICoreSessionHandleFork
See Also