This topic has not yet been rated - Rate this topic

Sys.Application.dispose Method

Releases resources and dependencies held by the client application. This member is static and can be invoked without creating an instance of the class.

Sys.Application.dispose();

Use the dispose function to releases resources and dependencies held by the client application. This includes all event handlers and objects registered as disposable through the registerDisposableObject method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.