Gets or sets a delegate to run the specified command.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public Property Action As ShellCommand Get Set |
| C# |
|---|
public ShellCommand Action { get; set; } |
Remarks
Use this for commands that need to read from the console or take a long time to execute.