Table of Contents

Method StartSession

Namespace
MongoDB.Driver.Core.Clusters
Assembly
MongoDB.Driver.Core.dll

StartSession(CoreSessionOptions)

Starts a session.

[Obsolete("This method will be removed in a later release.")]
ICoreSessionHandle StartSession(CoreSessionOptions options = null)

Parameters

options CoreSessionOptions

The options.

Returns

ICoreSessionHandle

A session.