IsMasterResultGetReplicaSetConfig Method |
Gets the replica set configuration.
Namespace: MongoDB.Driver.Core.ConnectionsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public ReplicaSetConfig GetReplicaSetConfig()
Public Function GetReplicaSetConfig As ReplicaSetConfig
member GetReplicaSetConfig : unit -> ReplicaSetConfig
Return Value
Type:
ReplicaSetConfigThe replica set configuration.
See Also