RouteSpecificPool.DeleteEntry(BasicPoolEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.