C# Class OpenIDE.Core.Integration.ResponseDispatcher

Datei anzeigen Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method 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 method

public Handle ( bool error, string m ) : void
error bool
m string
return void

OnlyCommands() public method

public OnlyCommands ( ) : void
return void

ResponseDispatcher() public method

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
return System