![]() | IScheduledFutureT Interface |
[Missing <summary> documentation for "T:com.espertech.esper.compat.concurrency.IScheduledFuture`1"]
Namespace: com.espertech.esper.compat.concurrency
public interface IScheduledFuture<T> : IFuture<T>
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.concurrency.IScheduledFuture`1"]
The IScheduledFutureT type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasValue |
Gets a value indicating whether this instance has value.
(Inherited from IFutureT.) |
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.) |