Language

RouteSpecificPool.DeleteEntry(BasicPoolEntry) Method

Definition

Deletes a free entry from this pool.

[Android.Runtime.Register("deleteEntry", "(Lorg/apache/http/impl/conn/tsccm/BasicPoolEntry;)Z", "GetDeleteEntry_Lorg_apache_http_impl_conn_tsccm_BasicPoolEntry_Handler")]
public virtual bool DeleteEntry(Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry? entry);
[<Android.Runtime.Register("deleteEntry", "(Lorg/apache/http/impl/conn/tsccm/BasicPoolEntry;)Z", "GetDeleteEntry_Lorg_apache_http_impl_conn_tsccm_BasicPoolEntry_Handler")>]
abstract member DeleteEntry : Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry -> bool
override this.DeleteEntry : Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry -> bool

Parameters

entry
BasicPoolEntry

The free entry to remove.

Returns

true if the entry was found and removed; 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