Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Initialize session attribute.

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

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