Executes ActiveSpaces Admin language commands on the Metasapce
Namespace: Com.Tibco.As.AdminAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract string Execute(
Metaspace metaspace,
string command
)
Public MustOverride Function Execute (
metaspace As Metaspace,
command As String
) As String
public:
virtual String^ Execute(
Metaspace^ metaspace,
String^ command
) abstract
abstract Execute :
metaspace : Metaspace *
command : string -> string
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:
StringThe output produced by the admin command being executed
See Also