[Android.Runtime.Register("setUpdateThrottle", "(J)V", "GetSetUpdateThrottle_JHandler")] public virtual voidSetUpdateThrottle (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.