C# Class Platform.TestClient.CommandProcessorCollection

Afficher le fichier Open project: Lokad/lokad-data-platform

Méthodes publiques

Méthode Description
CommandProcessorCollection ( ILogger log ) : System
Register ( ICommandProcessor commandProcessor ) : void
TryProcess ( CommandProcessorContext context, string args ) : bool

Method Details

CommandProcessorCollection() public méthode

public CommandProcessorCollection ( ILogger log ) : System
log ILogger
Résultat System

Register() public méthode

public Register ( ICommandProcessor commandProcessor ) : void
commandProcessor ICommandProcessor
Résultat void

TryProcess() public méthode

public TryProcess ( CommandProcessorContext context, string args ) : bool
context CommandProcessorContext
args string
Résultat bool