dispose() method

Dispose of this AgentryData object.

Syntax

public void dispose ()

Exceptions

Usage

Call this method to free memory when you are finished using the object. This will invalidate the object. Failure to call this method can lead to unexpected crashes.