AsyncQueryHandler.WorkerHandler Constructors

Definition

Overloads

Name Description
AsyncQueryHandler.WorkerHandler(AsyncQueryHandler, Looper)

Initializes the handler that processes asynchronous query worker operations.

AsyncQueryHandler.WorkerHandler(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

AsyncQueryHandler.WorkerHandler(AsyncQueryHandler, Looper)

Initializes the handler that processes asynchronous query worker operations.

[Android.Runtime.Register(".ctor", "(Landroid/content/AsyncQueryHandler;Landroid/os/Looper;)V", "")]
public WorkerHandler(Android.Content.AsyncQueryHandler? __self, Android.OS.Looper? looper);
[<Android.Runtime.Register(".ctor", "(Landroid/content/AsyncQueryHandler;Landroid/os/Looper;)V", "")>]
new Android.Content.AsyncQueryHandler.WorkerHandler : Android.Content.AsyncQueryHandler * Android.OS.Looper -> Android.Content.AsyncQueryHandler.WorkerHandler

Parameters

__self
AsyncQueryHandler

The asynchronous query handler that owns this worker handler.

looper
Looper

The looper on which worker operations are processed.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

AsyncQueryHandler.WorkerHandler(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected WorkerHandler(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.AsyncQueryHandler.WorkerHandler : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.AsyncQueryHandler.WorkerHandler

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to