ShellCommandEventArgs.Action Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Action
Gets or sets a delegate to run the specified command.
Declaration
public Func<string[], SshConsole, int> Action { get; set; }
Property Value
Type | Description |
---|---|
Func<String[], SshConsole, Int32> |
Remarks
Use this for commands that need to read from the console or take a long time to execute.