CoreSession Class (original) (raw)
Represents a session.
Inheritance Hierarchy
SystemObject
MongoDB.Driver.Core.BindingsCoreSession
Namespace: MongoDB.Driver.Core.Bindings
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public sealed class CoreSession : ICoreSession, IDisposable
Public NotInheritable Class CoreSession Implements ICoreSession, IDisposable
[]
type CoreSession =
class
interface ICoreSession
interface IDisposable
end
The CoreSession type exposes the following members.
Constructors
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ---------------------------------------------------- |
| | CoreSession | Initializes a new instance of the CoreSession class. |
Properties
Methods
Extension Methods
See Also