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

Construct ExternalAttributeKey instance.

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

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