MongoServerInstanceSupports Method |
Checks whether this server instance supports a feature.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax public bool Supports(
FeatureId featureId
)
Public Function Supports (
featureId As FeatureId
) As Boolean
member Supports :
featureId : FeatureId -> bool
Parameters
- featureId
- Type: MongoDB.DriverFeatureId
The id of the feature.
Return Value
Type:
BooleanTrue if this server instance supports the feature; otherwise, false.
See Also