NevronOpenVision
Nevron.Nov Namespace / INPromise Interface
Properties Methods

INPromise Interface Members

The following tables list the members exposed by INPromise.

Public Properties
 NameDescription
 PropertyGets whether the promise has been fulfilled (succeeded).  
 PropertyGets whether the promise is pending (has not been resolved yet).  
 PropertyGets whether the promise has been rejected (failed).  
 PropertyGets whether the promise has been resolved (was fulfilled or rejected).  
 PropertyGets the promise state  
Top
Public Methods
 NameDescription
 MethodAdds a rejected handler for this promise  
 MethodAdds a rejected handler for this promise  
 MethodAdds a handler which is executed when the promise is either fulfilled or rejected  
 MethodAdds a handler which is executed when the promise is either fulfilled or rejected  
 MethodGets the promise exception, if it is rejected.  
 MethodGets the promise result, if it is fullfilled.  
 MethodOverloaded. Adds fulfilled and rejected handlers for this promise  
Top
See Also