Deactivates the Cursor, making all calls on it fail until Android.Database.ICursor.Requery is called. Inactive Cursors use fewer resources than active Cursors. Calling Android.Database.ICursor.Requery will make the cursor active again.
[Android Documentation]