Skip to content

Instantly share code, notes, and snippets.

@misaxi
Created December 14, 2011 04:35
Show Gist options
  • Save misaxi/1475275 to your computer and use it in GitHub Desktop.
Save misaxi/1475275 to your computer and use it in GitHub Desktop.
run admin command via mongo C# driver
Server.RunAdminCommand(
new CommandDocument(
new Dictionary<string, object>
{
{"setParameter", 1},
{"notablescan", false}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment