Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the element key for a specified configuration element when overridden in a derived class.

Namespace:  SharedCache.WinServiceCommon.Configuration.Client
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
protected override Object GetElementKey(
	ConfigurationElement element
)
Visual Basic (Declaration)
Protected Overrides Function GetElementKey ( _
	element As ConfigurationElement _
) As Object
Visual C++
protected:
virtual Object^ GetElementKey(
	ConfigurationElement^ element
) override

Parameters

element
Type: System.Configuration..::.ConfigurationElement
The ConfigurationElement to return the key for.

Return Value

An Object that acts as the key for the specified ConfigurationElement.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Configuration.Client.IndexusServerSettingCollection.GetElementKey(System.Configuration.ConfigurationElement)"]

See Also