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

Initialize session attribute.

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

Syntax

C#
protected virtual void InitializeAttribute(
	string name,
	int of,
	int cb
)

Parameters

name
Type: System..::.String
Attribute name.
of
Type: System..::.Int32
Value offset within serialized items binary.
cb
Type: System..::.Int32
The length of the serialized value in bytes.

See Also