OpenMetaverse Protocol Library Developers API Documentation
CheckOut Method
NamespacesOpenMetaverseObjectPoolBase < (Of < ( <' T > ) > ) > CheckOut () () () ()
Checks an instance of Tfrom the pool. If the pool is not sufficient to allow the checkout, a new segment is created.
Declaration Syntax
C#
public 

WrappedObject<T> 
CheckOut()
Return Value
A WrappedObjectaround the instance of T. To check the instance back into the segment, be sureto dispose the WrappedObject when finished.

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)