Click or drag to resize

FutureBaseT Class

Future base properties/methods.
Inheritance Hierarchy
SystemObject
  FM.IceLinkFutureBaseT
    FM.IceLinkFutureT

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

The FutureBaseT type exposes the following members.

Constructors
  NameDescription
Protected methodFutureBaseT
Initializes a new instance of the FutureBaseT class
Top
Properties
  NameDescription
Public propertyException
Gets or sets the exception if rejected.
Public propertyResult
Gets or sets the result if resolved.
Public propertyState
Gets or sets the current state.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also