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

Construct ExternalAttributeKey instance.

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

Syntax

C#
public ExternalAttributeKey(
	SessionKey sessionKey,
	string attributeName
)

Parameters

sessionKey
Type: Tangosol.Web..::.SessionKey

[Missing <param name="sessionKey"/> documentation for "M:Tangosol.Web.Model.SplitSessionModel.ExternalAttributeKey.#ctor(Tangosol.Web.SessionKey,System.String)"]

attributeName
Type: System..::.String

[Missing <param name="attributeName"/> documentation for "M:Tangosol.Web.Model.SplitSessionModel.ExternalAttributeKey.#ctor(Tangosol.Web.SessionKey,System.String)"]

See Also