Namespace:
MongoDB.Driver.Core.Misc
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic ReadConcernFeature(
string name,
SemanticVersion firstSupportedVersion
)
Public Sub New (
name As String,
firstSupportedVersion As SemanticVersion
)
new :
name : string *
firstSupportedVersion : SemanticVersion -> ReadConcernFeature
Parameters
- name
- Type: SystemString
The name of the feature. - firstSupportedVersion
- Type: MongoDB.Driver.Core.MiscSemanticVersion
The first server version that supports the feature.
See Also