User Guide
24 Server Management ActionScript Language Reference
If the call fails, the server sends a reply information object with a level property of error
and a
code property of NetConnection.Call.Failed or a more specific value, if available.
Some objects might also have a
description property that contains a string describing the
cause of the failure.
Description
Gets aggregate performance data for all instances of the specified application.
See also
getApps(), getInstanceStats()
getConfig()
Availability
■ Flash Player 6.
■ Flash Communication Server MX 1.0.
Usage
getConfig(key [,scope])
Parameters
key A string that specifies the configuration key for which information is retrieved.
A key is specified as a list of subkeys that are delimited by slashes (
/). The first subkey specifies
the XML configuration file that contains the desired configuration key. Subsequent subkeys
correspond to tags that are relative to the XML configuration file; the hierarchy and names of
the subkeys match the tags in the XML file.
total_instances_unloaded
Number; total number of instances that have been unloaded
since the application started.
up_time
Number; time, in seconds, the application has been running.
Property Description