Deletes the Space Definitions only if no Members are joined to the space.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public abstract void DropSpace(
	string spaceName
)
Visual Basic
Public MustOverride Sub DropSpace ( _
	spaceName As String _
)
Visual C++
public:
virtual void DropSpace(
	String^ spaceName
) abstract

Parameters

spaceName
Type: System..::..String
The name of the space

See Also