IObjectControl.CanBePooled Method Example

import com.ms.mtx.*;

boolean CanBePooled()
{
   // This object should not be recycled,
   // so return false.
   return false;
} 

© 1999 Microsoft Corporation. All rights reserved. Terms of use.