Allows removing a field definition associated with SpaceDef. Note that Space definition cannot
be changed once the space is defined,.So, a field definition can be removed from a Space definition
only before the space is created.
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 TakeFieldDef(
FieldDef fieldDef
) |
| Visual Basic |
|---|
Public MustOverride Sub TakeFieldDef (
fieldDef As FieldDef
) |
| Visual C++ |
|---|
public:
virtual void TakeFieldDef(
FieldDef^ fieldDef
) abstract |
| F# |
|---|
abstract TakeFieldDef :
fieldDef : FieldDef -> unit
|
See Also