Table of Contents

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

arg0 bool

bool

Returns

bool

bool

Get()

V Get()

Returns

V

V

Exceptions

InterruptedException
ExecutionException

Get(long, TimeUnit)

V Get(long arg0, TimeUnit arg1)

Parameters

arg0 long

long

arg1 TimeUnit

TimeUnit

Returns

V

V

Exceptions

InterruptedException
ExecutionException
TimeoutException

IsCancelled()

bool IsCancelled()

Returns

bool

bool

IsDone()

bool IsDone()

Returns

bool

bool