Alters a user Space. If spacedef is not defined, alter space will define it. If new space definition is not compatible with existing one, exception is provided with the cause of offending attribute

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 AlterSpace(
	SpaceDef spaceDef
)
Visual Basic
Public MustOverride Sub AlterSpace ( 
	spaceDef As SpaceDef
)
Visual C++
public:
virtual void AlterSpace(
	SpaceDef^ spaceDef
) abstract
F#
abstract AlterSpace : 
        spaceDef : SpaceDef -> unit 

Parameters

spaceDef
Type: Com.Tibco.As.Space..::..SpaceDef
The Space Definition containing attributes of Space

See Also