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
isCausallyConsistent
boolif set to
true
this session is causally consistent]isImplicit
boolif set to
true
this session is an implicit session.defaultTransactionOptions
TransactionOptionsThe default transaction options.
isSnapshot
boolif set to
true
this session is a snapshot session.