Constructor ReplicaSetConfig
ReplicaSetConfig(IEnumerable<EndPoint>, string, EndPoint, int?)
Initializes a new instance of the ReplicaSetConfig class.
public ReplicaSetConfig(IEnumerable<EndPoint> members, string name, EndPoint primary, int? version)
Parameters
members
IEnumerable<EndPoint>The members.
name
stringThe name.
primary
EndPointThe primary.
version
int?The version.