Click or drag to resize
SpaceDefRemoveIndexDef Method
Removed index from SpaceDef, return null if there is no index by that name

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 IndexDef RemoveIndexDef(
	string name
)

Parameters

name
Type: SystemString
IndexDef to be removed

Return Value

Type: IndexDef
The removed IndexDef or null if it does not exist
See Also