Java.Util.Concurrent.Executors.Callable Method
Returns a Java.Util.Concurrent.ICallable object that, when called, runs the given task and returns null.

Syntax

[Android.Runtime.Register("callable", "(Ljava/lang/Runnable;)Ljava/util/concurrent/Callable;", "")]
public static ICallable Callable (Java.Lang.IRunnable task)

Parameters

task
the task to run

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif task null

Remarks

Returns a Java.Util.Concurrent.ICallable object that, when called, runs the given task and returns null.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1