Java.Util.Concurrent.IRunnableScheduledFuture.IsPeriodic Property
Returns true if this is a periodic task.

Syntax

[get: Android.Runtime.Register("isPeriodic", "()Z", "GetIsPeriodicHandler:Java.Util.Concurrent.IRunnableScheduledFutureInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool IsPeriodic { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this is a periodic task. A periodic task may re-run according to some schedule. A non-periodic task can be run only once.

[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 9