-
Type: New Feature
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.0
-
Component/s: None
-
None
Add a Shutdown method to MongoServer because calling RunAdminCommnad("shutdown") throws an EndOfStreamException.
So instead of calling:
server.RunAdminCommand("shutdown");
call
server.Shutdown();