Metodo DedCommandExecuteCommand
|
Esegue il comando vero e proprio. Da fare l'override nelle classi derivate.
Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi protected abstract DedCmdResult ExecuteCommand()
Protected MustOverride Function ExecuteCommand As DedCmdResult
protected:
virtual DedCmdResult ExecuteCommand() abstract
abstract ExecuteCommand : unit -> DedCmdResult
Valore di ritorno
DedCmdResultRestituisce il risultato dell'operazione.
Vedi anche