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.0.0.0 (2.2.0.015)

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
F#
abstract DropSpace : 
        spaceName : string -> unit 

Parameters

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

See Also