Android.App.Activity.FinishAndRemoveTask Method
Call this when your activity is done and should be closed and the task should be completely removed as a part of finishing the Activity.

Syntax

[Android.Runtime.Register("finishAndRemoveTask", "()V", "GetFinishAndRemoveTaskHandler")]
public virtual void FinishAndRemoveTask ()

Remarks

Call this when your activity is done and should be closed and the task should be completely removed as a part of finishing the Activity.

[Android Documentation]

Requirements

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