MongoServerPassives Property |
Gets the passive instances.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntax public virtual MongoServerInstance[] Passives { get; }
Public Overridable ReadOnly Property Passives As MongoServerInstance()
Get
abstract Passives : MongoServerInstance[] with get
override Passives : MongoServerInstance[] with get
Property Value
Type:
MongoServerInstanceSee Also