Removed index from SpaceDef, return null if there is no index by that name
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 IndexDef RemoveIndexDef(
string name
) |
Visual Basic |
---|
Public MustOverride Function RemoveIndexDef (
name As String
) As IndexDef |
Visual C++ |
---|
public:
virtual IndexDef^ RemoveIndexDef(
String^ name
) abstract |
F# |
---|
abstract RemoveIndexDef :
name : string -> IndexDef
|
Return Value
Type:
IndexDefThe removed IndexDef or null if it does not exist
See Also