Creates a thread pool that can schedule commands to run after a
given delay, or to execute periodically.
Syntax
[Android.Runtime.Register("newScheduledThreadPool", "(I)Ljava/util/concurrent/ScheduledExecutorService;", "")]
public static
IScheduledExecutorService NewScheduledThreadPool (
int corePoolSize)
Parameters
- corePoolSize
- the number of threads to keep in the pool,
even if they are idle
Returns
Documentation for this section has not yet been entered.
Exceptions
Remarks
Requirements
Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1