Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-223

Add Shutdown method to MongoServer

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.1
    • 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();

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: