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