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.4.0.001)

Syntax

C#
public abstract void DropSpace(
	string spaceName,
	bool doClientCheck
)
Visual Basic
Public MustOverride Sub DropSpace ( 
	spaceName As String,
	doClientCheck As Boolean
)
Visual C++
public:
virtual void DropSpace(
	String^ spaceName, 
	bool doClientCheck
) abstract
F#
abstract DropSpace : 
        spaceName : string * 
        doClientCheck : bool -> unit 

Parameters

spaceName
Type: System..::..String
The name of the space
doClientCheck
Type: System..::..Boolean
Allow drop even if there are clients connected to the space.

See Also