C# Class OpenIDE.Core.Integration.ResponseDispatcher

Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
Handle ( bool error, string m ) : void
OnlyCommands ( ) : void
ResponseDispatcher ( string token, bool dispatchErrors, string eventPrefix, string>.Action outputDispatcher, Action dispatcher, Action dispatchResponse ) : System

Method Details

Handle() public méthode

public Handle ( bool error, string m ) : void
error bool
m string
Résultat void

OnlyCommands() public méthode

public OnlyCommands ( ) : void
Résultat void

ResponseDispatcher() public méthode

public ResponseDispatcher ( string token, bool dispatchErrors, string eventPrefix, string>.Action outputDispatcher, Action dispatcher, Action dispatchResponse ) : System
token string
dispatchErrors bool
eventPrefix string
outputDispatcher string>.Action
dispatcher Action
dispatchResponse Action
Résultat System