tSocket.call("getConfig2", new onGetConfig(), key, scope);
// return the whole Vhost.xml
key = "";
scope = "Adaptor:_defaultRoot_/VHost:_defaultVHost_";
tSocket.call("getConfig2", new onGetConfig(), key, scope);
See also
getAdminContext()
getGroupMembers()
Availability
Flash Player 6.
Flash Media Server 2.
Usage
getGroupMembers(app_instance, groupNumber)
Parameters
A string that contains the name of the instance of the application on which
app_instance
the group resides, in the form
the application name and the instance name, separated by a slash (
performance statistics for the default instance of the application.
For example, to specify the default instance for an application named
ChatApp/_defInst_
A number that contains the group's client ID.
groupNumber
Returns
If the call succeeds, the server sends a reply information object with a
, a
property of
status
code
array containing the client IDs of all the individual clients connected through this group.
Description
Returns a list of the group members for a particular group. Groups are multiplexed
connections from a remote edge server to an origin server. Each group connection represents
at least one individual connection to another Flash Media Server that is acting as proxy for
this server.
See also
,
getGroups()
getGroupStats()
30
Server Management ActionScript Language Reference
,
setConfig2()
application_name/instance_name
.
NetConnection.Call.Success
. You must specify both
), even if you want
/
, specify
ChatApp
property of
level
, and a
property that is an
data
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE and is the answer not in the manual?