HasDelta( ) is invoked by GemFire during Region.Put( ICacheableKey, IGFSerializable ) to determine if the object contains a delta.
If HasDelta( ) returns true, the delta in the object is serialized by invoking ToDelta( DataOutput ).
If HasDelta( ) returns false, the object is serialized by invoking IGFSerializable.ToData( DataOutput ).
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxFunction HasDelta As Boolean
abstract HasDelta : unit -> bool
Return Value
Type:
Boolean
See Also