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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid ToDelta(
DataOutput out
)
Sub ToDelta (
out As DataOutput
)
void ToDelta(
DataOutput^ out
)
abstract ToDelta :
out : DataOutput -> unit
Parameters
- out
- Type: GemStone.GemFire.CacheDataOutput
Exceptions
See Also