Java.Util.Concurrent.ScheduledThreadPoolExecutor: Property Members

The properties of Java.Util.Concurrent.ScheduledThreadPoolExecutor are listed below. For a list of all members, see the ScheduledThreadPoolExecutor Members list.

See Also: Inherited members from Java.Util.Concurrent.ThreadPoolExecutor

Public Properties

ContinueExistingPeriodicTasksAfterShutdownPolicybool. Gets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
ExecuteExistingDelayedTasksAfterShutdownPolicybool. Gets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
RemoveOnCancelPolicybool. Gets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.