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.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract void AlterSpace(
SpaceDef spaceDef
)
Public MustOverride Sub AlterSpace (
spaceDef As SpaceDef
)
public:
virtual void AlterSpace(
SpaceDef^ spaceDef
) abstract
abstract AlterSpace :
spaceDef : SpaceDef -> unit
Parameters
- spaceDef
- Type: Com.Tibco.As.SpaceSpaceDef
The Space Definition containing attributes of Space
See Also