Class
CommandExecRequest
Represents a command execution request for the app-server.
Inheritance
- Object
- CommandExecRequest
Constructors
public CommandExecRequest(IReadOnlyList<String> command) #Initializes a new command execution request.
Parameters
- command System.Collections.Generic.IReadOnlyList{System.String}
- Command and arguments.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<String> Command { get; } #Gets the command and arguments.
public String WorkingDirectory { get; set; } #Gets or sets the working directory.
public SandboxPolicy SandboxPolicy { get; set; } #Gets or sets the sandbox policy.
public Nullable<Int32> TimeoutMs { get; set; } #Gets or sets the timeout in milliseconds.