Click or drag to resize

IClientSessionIsImplicit Property

Gets a value indicating whether this session is an implicit session.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
bool IsImplicit { get; }

Property Value

Type: Boolean
true if this session is an implicit session; otherwise, false.
See Also