Java.Util.Concurrent.ScheduledThreadPoolExecutor.ContinueExistingPeriodicTasksAfterShutdownPolicy Property
Gets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.

Syntax

[get: Android.Runtime.Register("getContinueExistingPeriodicTasksAfterShutdownPolicy", "()Z", "GetGetContinueExistingPeriodicTasksAfterShutdownPolicyHandler")]
[set: Android.Runtime.Register("setContinueExistingPeriodicTasksAfterShutdownPolicy", "(Z)V", "GetSetContinueExistingPeriodicTasksAfterShutdownPolicy_ZHandler")]
public virtual bool ContinueExistingPeriodicTasksAfterShutdownPolicy { get; set; }

See Also

ScheduledThreadPoolExecutor.ContinueExistingPeriodicTasksAfterShutdownPolicy
ScheduledThreadPoolExecutor.ContinueExistingPeriodicTasksAfterShutdownPolicy

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown. In this case, these tasks will only terminate upon shutdownNow or after setting the policy to false when already shutdown. This value is by default false.

Set method documentation [Android Documentation]

Sets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown. In this case, these tasks will only terminate upon shutdownNow or after setting the policy to false when already shutdown. This value is by default false.

Requirements

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