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.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

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 

Parameters

fieldDef
Type: Com.Tibco.As.Space..::..FieldDef
Field definition

See Also