IConnectionIsExpired Property |
Gets a value indicating whether this instance is expired.
Namespace: MongoDB.Driver.Core.ConnectionsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax ReadOnly Property IsExpired As Boolean
Get
abstract IsExpired : bool with get
Property Value
Type:
Booleantrue if this instance is expired; otherwise,
false.
See Also