Android.Content.CursorLoader.DeliverResult Method
Sends the result of the load to the registered listener.

Syntax

[Android.Runtime.Register("deliverResult", "(Landroid/database/Cursor;)V", "GetDeliverResult_Landroid_database_Cursor_Handler")]
public virtual void DeliverResult (Android.Database.ICursor cursor)

Parameters

cursor
the result of the load

Remarks

Sends the result of the load to the registered listener. Should only be called by subclasses. Must be called from the process's main thread.

[Android Documentation]

Requirements

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