Click or drag to resize
MetaspaceDefineSpace Method
Defines a user Space. Does not automatically join the Space.

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 DefineSpace(
	SpaceDef spaceDef
)

Parameters

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