RouteSpecificPool.CreatedEntry(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.
Records a newly created entry as belonging to this pool.
[Android.Runtime.Register("createdEntry", "(Lorg/apache/http/impl/conn/tsccm/BasicPoolEntry;)V", "GetCreatedEntry_Lorg_apache_http_impl_conn_tsccm_BasicPoolEntry_Handler")]
public virtual void CreatedEntry(Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry? entry);
[<Android.Runtime.Register("createdEntry", "(Lorg/apache/http/impl/conn/tsccm/BasicPoolEntry;)V", "GetCreatedEntry_Lorg_apache_http_impl_conn_tsccm_BasicPoolEntry_Handler")>]
abstract member CreatedEntry : Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry -> unit
override this.CreatedEntry : Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry -> unit
Parameters
- entry
- BasicPoolEntry
The entry created for this pool.
- 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.