WaitingThread Constructors

Definition

Overloads

Name Description
WaitingThread(ICondition, RouteSpecificPool)

Creates a representation of a thread waiting for a pool entry.

WaitingThread(IntPtr, JniHandleOwnership)

WaitingThread(ICondition, RouteSpecificPool)

Creates a representation of a thread waiting for a pool entry.

[Android.Runtime.Register(".ctor", "(Ljava/util/concurrent/locks/Condition;Lorg/apache/http/impl/conn/tsccm/RouteSpecificPool;)V", "")]
public WaitingThread(Java.Util.Concurrent.Locks.ICondition? cond, Org.Apache.Http.Impl.Conn.Tsccm.RouteSpecificPool? pool);
[<Android.Runtime.Register(".ctor", "(Ljava/util/concurrent/locks/Condition;Lorg/apache/http/impl/conn/tsccm/RouteSpecificPool;)V", "")>]
new Org.Apache.Http.Impl.Conn.Tsccm.WaitingThread : Java.Util.Concurrent.Locks.ICondition * Org.Apache.Http.Impl.Conn.Tsccm.RouteSpecificPool -> Org.Apache.Http.Impl.Conn.Tsccm.WaitingThread

Parameters

cond
ICondition

The externally synchronized condition on which to wait.

pool
RouteSpecificPool

The route-specific pool for which the thread waits, or null.

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

WaitingThread(IntPtr, JniHandleOwnership)

protected WaitingThread(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.Conn.Tsccm.WaitingThread : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.Conn.Tsccm.WaitingThread

Parameters

javaReference
IntPtr

nativeint

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