Constructor CoreSessionOptions
CoreSessionOptions(bool, bool, TransactionOptions, bool)
Initializes a new instance of the CoreSessionOptions class.
public CoreSessionOptions(bool isCausallyConsistent = false, bool isImplicit = false, TransactionOptions defaultTransactionOptions = null, bool isSnapshot = false)Parameters
- isCausallyConsistentbool
- if set to - truethis session is causally consistent]
- isImplicitbool
- if set to - truethis session is an implicit session.
- defaultTransactionOptionsTransactionOptions
- The default transaction options. 
- isSnapshotbool
- if set to - truethis session is a snapshot session.