Click or drag to resize

FutureT Class

A future.
Inheritance Hierarchy
SystemObject
  FM.IceLinkFutureBaseT
    FM.IceLinkFutureT
      FM.IceLinkPromiseBaseT

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The FutureT type exposes the following members.

Constructors
  NameDescription
Protected methodFutureT
Initializes a new instance of the FutureT class
Top
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodFail(Action1Exception)
Appends a handler to be executed when the promise is rejected.
Public methodFail(Function1Exception, FutureT)
Appends a handler to be executed when the promise is rejected.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodThen(Action1T)
Appends a handler to be executed when the promise is resolved.
Public methodThen(Action1T, Action1Exception)
Appends handlers to be executed when the promise is resolved or rejected.
Public methodThenR(Function1T, FutureR)
Appends a handler to be executed when the promise is resolved.
Public methodThenR(Function1T, FutureR, Action1Exception)
Appends handlers to be executed when the promise is resolved or rejected.
Public methodToString (Inherited from Object.)
Public methodWaitForPromise
Blocks the current thread from proceeding until the future state has been resolved or rejected.
Public methodWaitForResult
Blocks the current thread from proceeding until the future has a result. Throws an exception if the promise is rejected.
Top
Extension Methods
See Also