Language

RouteSpecificPool.NextThread Method

Definition

Gets the next queued waiting thread.

[Android.Runtime.Register("nextThread", "()Lorg/apache/http/impl/conn/tsccm/WaitingThread;", "GetNextThreadHandler")]
public virtual Org.Apache.Http.Impl.Conn.Tsccm.WaitingThread? NextThread();
[<Android.Runtime.Register("nextThread", "()Lorg/apache/http/impl/conn/tsccm/WaitingThread;", "GetNextThreadHandler")>]
abstract member NextThread : unit -> Org.Apache.Http.Impl.Conn.Tsccm.WaitingThread
override this.NextThread : unit -> Org.Apache.Http.Impl.Conn.Tsccm.WaitingThread

Returns

A waiting thread, or null if none is queued.

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