C# Class OpenIDE.Arguments.Handlers.PauseReactiveScriptHandler

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

Public Methods

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

Method Details

Execute() public method

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

PauseReactiveScriptHandler() public method

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