MongoServerInstanceSupports Method |
Checks whether this server instance supports a feature.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
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