Sys.Application.unregisterDisposableObject Method
Unregisters a disposable object from the application. This member is static and can be invoked without creating an instance of the class.
Sys.Application.unregisterDisposableObject(object);
Arguments
- object
The object to unregister.