NevronOpenVision
Nevron.Nov Namespace / INPromise Interface

In This Topic
INPromise Interface Methods
In This Topic

For a list of all members of this type, see INPromise members.

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