Click or drag to resize
MetaspaceAlterSpace Method
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.1.5.12)
Syntax
public abstract void AlterSpace(
	SpaceDef spaceDef
)

Parameters

spaceDef
Type: Com.Tibco.As.SpaceSpaceDef
The Space Definition containing attributes of Space
See Also