Android.App.Activity.StopManagingCursor Method
Given a Cursor that was previously given to Activity.StartManagingCursor(Android.Database.ICursor), stop the activity's management of that cursor.

Syntax

[Android.Runtime.Register("stopManagingCursor", "(Landroid/database/Cursor;)V", "GetStopManagingCursor_Landroid_database_Cursor_Handler")]
[System.Obsolete("deprecated")]
public virtual void StopManagingCursor (Android.Database.ICursor c)

See Also

Activity.StartManagingCursor(Android.Database.ICursor)

Parameters

c
The Cursor that was being managed.

Remarks

Given a Cursor that was previously given to Activity.StartManagingCursor(Android.Database.ICursor), stop the activity's management of that cursor.

Warning: After calling this method on a cursor from a managed query, the system will not automatically close the cursor and you must call Android.Database.ICursor.Close.

[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