Java.Util.Concurrent.FutureTask.RunAndReset Method
Executes the computation without setting its result, and then resets this future to initial state, failing to do so if the computation encounters an exception or is cancelled.

Syntax

[Android.Runtime.Register("runAndReset", "()Z", "GetRunAndResetHandler")]
protected virtual bool RunAndReset ()

Returns

Documentation for this section has not yet been entered.

Remarks

Executes the computation without setting its result, and then resets this future to initial state, failing to do so if the computation encounters an exception or is cancelled. This is designed for use with tasks that intrinsically execute more than 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 1