Hi,
I am creating a .NET web application using the OTA API. I am having some issues finding information on the specifics of the objects used in the API. Are these objects managed or un-managed? Do I need to worry about implementing the IDisposable interface to dispose of these objects when I am finished using them or is the objects in this API already managed?
Thanks