Click or drag to resize
IGFDeltaFromDelta Method
Reads in delta information to this object in a user-defined format. This is invoked on an existing application object after GemFire determines the presence of delta in DataInput instance.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
void FromDelta(
	DataInput in
)

Parameters

in
Type: GemStone.GemFire.CacheDataInput
Exceptions
ExceptionCondition
InvalidDeltaException if the delta in the DataInput instance cannot be applied to this instance (possible causes may include mismatch of Delta version or logic error).
GemFireIOException
See Also