Language

RouteSpecificPool.HasThread Property

Definition

Gets whether a thread is waiting in this pool.

public virtual bool HasThread { [Android.Runtime.Register("hasThread", "()Z", "GetHasThreadHandler")] get; }
[<get: Android.Runtime.Register("hasThread", "()Z", "GetHasThreadHandler")>]
member this.HasThread : bool

Property Value

true if a waiting thread is queued; otherwise, false.

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