Click or drag to resize

IClusterStartSession Method

Starts a session.

Namespace:  MongoDB.Driver.Core.Clusters
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
ICoreSessionHandle StartSession(
	CoreSessionOptions options = null
)

Parameters

options (Optional)
Type: MongoDB.Driver.Core.BindingsCoreSessionOptions
The options.

Return Value

Type: ICoreSessionHandle
A session.
See Also