C# Class KonfDB.Engine.Commands.Server.Who

Inheritance: ICommand
Afficher le fichier Open project: punitganshani/KonfDB

Méthodes publiques

Méthode Description
IsValid ( CommandInput input ) : bool
OnExecute ( CommandInput arguments ) : CommandOutput

Method Details

IsValid() public méthode

public IsValid ( CommandInput input ) : bool
input KonfDB.Infrastructure.Services.CommandInput
Résultat bool

OnExecute() public méthode

public OnExecute ( CommandInput arguments ) : CommandOutput
arguments KonfDB.Infrastructure.Services.CommandInput
Résultat KonfDB.Infrastructure.Services.CommandOutput