Nevron Open Vision Documentation
Nevron.Nov Namespace / INPromise Interface
Properties Methods

In This Topic
    INPromise Interface Members
    In This Topic

    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