Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Update the serialization statistics with the size (in bytes) of a newly serialized object.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public void Update(
	int cb
)

Parameters

cb
Type: System..::.Int32
The number of bytes used to serialize.

See Also