You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Hello,
Today i discovered that the c# driver version 2.2.3 doesn't have the Shutdown() method on the MongoServer Object anymore.
Why is this? Is there a work around?
Thanks in Advance!
Craig Wilson
unread,
Mar 30, 2016, 12:12:45 PM3/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
It was removed because it should never be used from most applications. In the case that a specialized application needs, shutdown is simply a command that can be send using db.RunCommand("{shutdown: 1}").
Matthias Weingärtner
unread,
Mar 30, 2016, 12:56:58 PM3/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message