C# Class OpenIDE.Arguments.Handlers.RestartReactiveScriptHandler

Inheritance: ICommandHandler
显示文件 Open project: continuoustests/OpenIDE

Public Methods

Method Description
Execute ( string arguments ) : void
RestartReactiveScriptHandler ( Action dispatch, Func locator, string keyPath ) : System

Method Details

Execute() public method

public Execute ( string arguments ) : void
arguments string
return void

RestartReactiveScriptHandler() public method

public RestartReactiveScriptHandler ( Action dispatch, Func locator, string keyPath ) : System
dispatch Action
locator Func
keyPath string
return System