Provides an implementation for a
IFutureT whose
value is already known at the time of creation.
Inheritance Hierarchy
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic static class ConstantFuture
<ExtensionAttribute>
Public NotInheritable Class ConstantFuture
[ExtensionAttribute]
public ref class ConstantFuture abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ConstantFuture = class end
The ConstantFuture type exposes the following members.
Methods
| Name | Description |
---|
  | ToFutureT |
Creates an IFutureT whose
value is already known at the time of creation.
|
Top
See Also