![]() | IScheduledFutureT Methods |
The IScheduledFutureT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cancel |
Attempts to cancel the future execution.
(Inherited from IFutureT.) |
![]() | Get |
Gets the value. If a value is not available this method throw a InvalidOperationException.
(Inherited from IFutureT.) |
![]() | GetValue(TimeSpan) |
Gets the value. If a value is not available before the timeout expires,
a TimeoutException will be thrown.
(Inherited from IFutureT.) |
![]() | GetValue(Int32, TimeUnit) | (Inherited from IFutureT.) |
![]() | GetValueOrDefault |
Gets the result value from the execution.
(Inherited from IFutureT.) |
![]() | Wait |
Waits for execution of the future to complete up to the allotted amount of time.
(Inherited from IFutureT.) |