Click or drag to resize
IGFDeltaToDelta Method
Writes out delta information to out in a user-defined format. This is invoked on an application object after GemFire determines the presence of delta in it by calling HasDelta() on the object.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
void ToDelta(
	DataOutput out
)

Parameters

out
Type: GemStone.GemFire.CacheDataOutput
Exceptions
ExceptionCondition
GemFireIOException
See Also