Metodo DedCommandRunSubCommand
|
Esegue il comando come sotto-comando ovvero non gestisce la visualizzazione degli errori
ma "fa passare" le eccezioni in modo che siano gestite dal chiamante cioè il comando principale.
///
Namespace:
DedNet.Commands
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public virtual DedCmdResult RunSubCommand()
Public Overridable Function RunSubCommand As DedCmdResult
public:
virtual DedCmdResult RunSubCommand()
abstract RunSubCommand : unit -> DedCmdResult
override RunSubCommand : unit -> DedCmdResult
Valore di ritorno
Tipo:
DedCmdResultRestituisce il risultato dell'operazione.
Vedi anche