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.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax
public ICoreSessionHandle Fork()

Return Value

Type: ICoreSessionHandle
A new handle.

Implements

ICoreSessionHandleFork
See Also