Class BlockingCommandOptions
Options for long-running admin commands that may be launched in a blocking fashion.
public class BlockingCommandOptions : CommandOptions
- Inheritance
-
BlockingCommandOptions
- Derived
- Inherited Members
Properties
waitForCompletion
Whether to wait for the command to complete before returning.
public bool waitForCompletion { get; set; }