Click or drag to resize
IGFSerializableObjectSize Property
Get the size of this object in bytes. This is only needed if you use the HeapLRU feature.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
uint ObjectSize { get; }

Return Value

Type: UInt32
the size of this object in bytes.
Remarks
Note that you can simply return zero if you are not using the HeapLRU feature.
See Also