Interface IFuture<V>
- Namespace
- Java.Util.Concurrent
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/Future.html
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()