Click or drag to resize

TraditionalSessionModelAddAttribute Method (TraditionalSessionModelAttributeHolder)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Add existing attribute to underlying name-value collection.

Namespace:  Tangosol.Web.Model
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual TraditionalSessionModelAttributeHolder AddAttribute(
	TraditionalSessionModelAttributeHolder attr
)

Parameters

attr
Type: Tangosol.Web.ModelTraditionalSessionModelAttributeHolder
Attribute holder to add.

Return Value

Type: TraditionalSessionModelAttributeHolder
Added attribute holder.
See Also