Click or drag to resize

IClientSessionHandle Properties

The IClientSessionHandle type exposes the following members.

Properties
  NameDescription
Public propertyClient
Gets the client.
(Inherited from IClientSession.)
Public propertyClusterTime
Gets the cluster time.
(Inherited from IClientSession.)
Public propertyIsImplicit
Gets a value indicating whether this session is an implicit session.
(Inherited from IClientSession.)
Public propertyIsInTransaction
Gets a value indicating whether this instance is in a transaction.
(Inherited from IClientSession.)
Public propertyOperationTime
Gets the operation time.
(Inherited from IClientSession.)
Public propertyOptions
Gets the options.
(Inherited from IClientSession.)
Public propertyServerSession
Gets the server session.
(Inherited from IClientSession.)
Public propertyWrappedCoreSession
Gets the wrapped core session (intended for internal use only).
(Inherited from IClientSession.)
Top
See Also