.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Web.Model
SplitSessionModel.ExternalAttributeHolder Class
ExternalAttributeHolder Constructor
SplitSessionModel.ExternalAttributeHolder Constructor (AbstractSessionModel, String)
SplitSessionModel.ExternalAttributeHolder Constructor (AbstractSessionModel, String, Object)
SplitSessionModel.ExternalAttributeHolder Constructor (AbstractSessionModel, String, Binary, Int32)
SplitSessionModel
ExternalAttributeHolder Constructor (AbstractSessionModel, String, Binary, Int32)
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct AttributeHolder instance from a buffer.
Namespace:
Tangosol.Web.Model
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
public
ExternalAttributeHolder
(
AbstractSessionModel
parent
,
string
name
,
Binary
binValue
,
int
of
)
Parameters
parent
Type:
Tangosol.Web.Model
AbstractSessionModel
Parent collection.
name
Type:
System
String
Attribute name.
binValue
Type:
Tangosol.Util
Binary
Serialized attribute value.
of
Type:
System
Int32
Attribute offset within collection buffer.
See Also
Reference
SplitSessionModel
ExternalAttributeHolder Class
SplitSessionModel
ExternalAttributeHolder Overload
Tangosol.Web.Model Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.