Click or drag to resize

ICoreSessionHandleFork 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
ICoreSessionHandle Fork()

Return Value

Type: ICoreSessionHandle
A new handle.
See Also