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

Set TImeOut for RunCommand

    • Type: Icon: Task Task
    • Resolution: Works as Designed
    • Priority: Icon: Blocker - P1 Blocker - P1
    • None
    • Affects Version/s: 2.4.2
    • Component/s: API, Documentation
    • Labels:
    • Environment:
      OS : Windows 7
      .Net : 4.6.1

      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.

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

              Created:
              Updated:
              Resolved: