Click or drag to resize
IGFDelta.FromDelta 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.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
void FromDelta(
	DataInput in
)

Parameters

in
Type: GemStone.GemFire.Cache.Generic.DataInput
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