Click or drag to resize
SpaceDefAddIndexDef Method
Adds indexDef to SpaceDef, overwrites if an IndexDef by that name already exists

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 AddIndexDef(
	IndexDef indexDef
)

Parameters

indexDef
Type: Com.Tibco.As.SpaceIndexDef
IndexDef to be added
See Also