Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Registers with the application an object that will require disposing. This member is static and can be invoked without creating an instance of the class.
Sys.Application.registerDisposableObject(object);
Arguments
- object
The object to register.
Remarks
If your class derives from the Component class, you do not have to call the registerDisposableObject method. The Component class automatically disposes the object when the application unloads.