Adds indexDef to SpaceDef, overwrites if an IndexDef by that name already exists
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
public abstract void AddIndexDef( IndexDef indexDef ) |
| Visual Basic |
|---|
Public MustOverride Sub AddIndexDef ( indexDef As IndexDef ) |
| Visual C++ |
|---|
public: virtual void AddIndexDef( IndexDef^ indexDef ) abstract |
| F# |
|---|
abstract AddIndexDef : indexDef : IndexDef -> unit |
Parameters
- indexDef
- Type: Com.Tibco.As.Space..::..IndexDef
IndexDef to be added