Removeapp() - MACROMEDIA FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE Reference

Server management actionscript language reference
Table of Contents

Advertisement

Returns
If the call succeeds, the server sends a reply information object with a
and a
property of
status
code
If the call fails, the server sends a reply information object with a
and a
property of
code
available. Some objects might also have a
describing the cause of the failure.
If the specified administrator does not exist, the call fails.
Description
Removes an administrator from the system. Depending on the parameters you specify, you
can remove server administrators or virtual host administrators.
You must be a server administrator to remove an administrator from the system.
Example
The following examples show the
/* Remove a server administrator named "DYoung" */
nc.call("removeAdmin", new onRemoveAdmin(), "DYoung", "server");
/* Remove a virtual host administrator named "LPark" */
nc.call("removeAdmin", new onRemoveAdmin(), "LPark");
/* Remove a virtual host administrator "JGarcia" from vhost tree.oak.com */
nc.call("removeAdmin", new onRemoveAdmin(), "JGarcia", "_defaultRoot_/ ¬
tree.oak.com");
See also
addAdmin()

removeApp()

Availability
Flash Player 6.
Flash Communication Server MX 1.0.
Usage
removeApp(app_name)
58
Server Management ActionScript Language Reference
NetConnection.Call.Success
NetConnection.Admin.Command.Failed
description
removeAdmin
.
level
or a more specific value, if
property that contains a string
method:
property of
level
property of
error

Advertisement

Table of Contents
loading
Need help?

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?

This manual is also suitable for:

Flash media server 2

Table of Contents