C# Class NHtmlUnit.Javascript.Host.Promise

Inheritance: NHtmlUnit.Javascript.SimpleScriptable
显示文件 Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
Promise ( NHtmlUnit window ) : System
Promise ( com wrappedObject ) : System
Promise ( object objectArg ) : System
Then ( net onFulfilled, net onRejected ) : NHtmlUnit.Javascript.Host.Promise

Private Methods

Method Description
Promise ( ) : System

Method Details

Promise() public method

public Promise ( NHtmlUnit window ) : System
window NHtmlUnit
return System

Promise() public method

public Promise ( com wrappedObject ) : System
wrappedObject com
return System

Promise() public method

public Promise ( object objectArg ) : System
objectArg object
return System

Then() public method

public Then ( net onFulfilled, net onRejected ) : NHtmlUnit.Javascript.Host.Promise
onFulfilled net
onRejected net
return NHtmlUnit.Javascript.Host.Promise