Java.Util.Concurrent.ScheduledThreadPoolExecutor.RemoveOnCancelPolicy Property
Gets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation.

Syntax

[get: Android.Runtime.Register("getRemoveOnCancelPolicy", "()Z", "GetGetRemoveOnCancelPolicyHandler")]
[set: Android.Runtime.Register("setRemoveOnCancelPolicy", "(Z)V", "GetSetRemoveOnCancelPolicy_ZHandler")]
public virtual bool RemoveOnCancelPolicy { get; set; }

See Also

ScheduledThreadPoolExecutor.RemoveOnCancelPolicy
ScheduledThreadPoolExecutor.RemoveOnCancelPolicy

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation. This value is by default false.

Set method documentation [Android Documentation]

Sets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation. 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