From the mongoDB.Driver docs (http://docs.mongodb.org/ecosystem/tutorial/getting-started-with-csharp-driver/)
Get a Reference to a Server Object
To get a reference to a server object from the client object, write this:
var server = client.GetServer();
In the latest release the GetServer
method is gone, but the doc have not been updated, what do we use now?
Thanks for your time.
See Question&Answers more detail:os