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

Set TImeOut for RunCommand

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Works as Designed
    • Icon: Blocker - P1 Blocker - P1
    • None
    • 2.4.2
    • API, Documentation
    • OS : Windows 7
      .Net : 4.6.1

    Description

      Is there any way to reduce the default command timeout of 30000ms of RunCommand in below code?

      var command = new BsonDocument { { "dbstats", 1 } };
       
      var stats = database.RunCommand<BsonDocument>(command);
       
      Console.WriteLine(stats.ToJson()); // do something with the stats
      

      Thanks in advance.
      Irshad.

      Attachments

        Activity

          People

            robert@mongodb.com Robert Stam
            ummerirshadk@gmail.com Ummer Irshad
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: