WaitingThreadAborter.SetWaitingThread(WaitingThread) Method

Definition

Sets the waiting thread and interrupts it immediately if this aborter was already aborted.

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

Parameters

waitingThread
WaitingThread

The thread to interrupt when this aborter is aborted.

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