Interface IFuture<V>
- Namespace
- Java.Util.Concurrent
- Assembly
- MASES.JNet.dll
.NET interface for TO BE DEFINED FROM USER
public interface IFuture<V>
Type Parameters
V
Methods
Cancel(bool)
bool Cancel(bool arg0)
Parameters
Returns
Get()
V Get()
Returns
- V
V
Exceptions
Get(long, TimeUnit)
V Get(long arg0, TimeUnit arg1)
Parameters
Returns
- V
V
Exceptions
IsCancelled()
bool IsCancelled()
Returns
IsDone()
bool IsDone()