Android.Content.AsyncTaskLoader.SetUpdateThrottle Method
Set amount to throttle updates by.

Syntax

[Android.Runtime.Register("setUpdateThrottle", "(J)V", "GetSetUpdateThrottle_JHandler")]
public virtual void SetUpdateThrottle (long delayMS)

Parameters

delayMS
Amount of delay, in milliseconds.

Remarks

Set amount to throttle updates by. This is the minimum time from when the last AsyncTaskLoader.LoadInBackground call has completed until a new load is scheduled.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11