Executes ActiveSpaces Admin language commands on the Metasapce
Namespace: Com.Tibco.As.AdminAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
public abstract string Execute( Metaspace metaspace, string command ) |
Visual Basic |
---|
Public MustOverride Function Execute ( _ metaspace As Metaspace, _ command As String _ ) As String |
Visual C++ |
---|
public: virtual String^ Execute( Metaspace^ metaspace, String^ command ) abstract |
Parameters
- metaspace
- Type: Com.Tibco.As.Space..::..Metaspace
Metaspace on which the commands will be executed must be passed in
- command
- Type: System..::..String
Command to execute