Click or drag to resize
AdminExecute Method
Executes ActiveSpaces Admin language commands on the Metasapce

Namespace: Com.Tibco.As.Admin
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract string Execute(
	Metaspace metaspace,
	string command
)

Parameters

metaspace
Type: Com.Tibco.As.SpaceMetaspace
Metaspace on which the commands will be executed must be passed in
command
Type: SystemString
Command to execute

Return Value

Type: String
The output produced by the admin command being executed
See Also