MetaspaceDropSpace Method |
Deletes the Space Definitions only if no Members are joined to the space.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract void DropSpace(
string spaceName
)
Public MustOverride Sub DropSpace (
spaceName As String
)
public:
virtual void DropSpace(
String^ spaceName
) abstract
abstract DropSpace :
spaceName : string -> unit
Parameters
- spaceName
- Type: SystemString
The name of the space
See Also