CoreSessionHandle Class (original) (raw)

A handle to a reference counted core session.

Inheritance Hierarchy

Namespace: MongoDB.Driver.Core.Bindings
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public sealed class CoreSessionHandle : WrappingCoreSession, ICoreSessionHandle, ICoreSession, IDisposable

Public NotInheritable Class CoreSessionHandle Inherits WrappingCoreSession Implements ICoreSessionHandle, ICoreSession, IDisposable

[] type CoreSessionHandle =
class inherit WrappingCoreSession interface ICoreSessionHandle interface ICoreSession interface IDisposable end

The CoreSessionHandle type exposes the following members.

Constructors

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | | Public method | CoreSessionHandle | Initializes a new instance of the CoreSessionHandle class. |

Top

Properties

Methods

Extension Methods

See Also

Reference