JITA And Object Pooling

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hey,
I have a ServicedComponent that is configured to support Object Pooling
and Just In Time Activation.
I have the following code that uses my ServicedComponent:

Public Sub Test()
dim objSC as MyServicedComponent
objSC = New MyServicedComponent
objSC.Method()
End Sub

Oridnary I would call DisposeObject to release the object, but since
this object is JITA, should I call DisposeObject or not?
Thanks ahead

--Ram

.