User Guide
60 Server Management ActionScript Language Reference
Usage
removeVHostAlias(VHostName, AliasName)
Parameters
VHostName A string indicating the virtual host from which to remove an alias.
AliasName A string indicating the alias name to remove from the specified vhost.
Returns
If the call succeeds, the server sends a reply information object with a level property of
status, and a code property of NetConnection.Call.Success.
Description
Removes an alias from a virtual host. Aliases are alternative names for vhosts that are used as
targets by incoming Flash Media Server connections. When you removing an alias, that name
is no longer available for incoming connections.
See also
addVHostAlias()
restartVHost()
Availability
■ Flash Player 6.
■ Flash Communication Server MX 1.0.
Usage
restartVHost([scope])
Parameters
scope Optional; string that specifies which virtual host you want to restart.
To restart the virtual host to which you’re connected, omit this parameter.
To restart a different virtual host, specify the virtual host as
adaptor_name/
virtual_hostname
.
Returns
If the call succeeds, the server sends a reply information object with a level property of
status and a code property of NetConnection.Call.Success.