GigaSpaces XAP.NET Documentation
GetElementKey Method (element)
Class LibraryGigaSpaces.Core.ConfigurationGigaSpacesConfigurationElementCollection<(Of <(T>)>)GetElementKey(ConfigurationElement)
Gets the element key for a specified configuration element.
Declaration Syntax
C#Visual BasicVisual C++J#
protected override Object GetElementKey(
	ConfigurationElement element
)
Protected Overrides Function GetElementKey ( _
	element As ConfigurationElement _
) As Object
protected:
virtual Object^ GetElementKey(
	ConfigurationElement^ element
) override
protected Object GetElementKey(
	ConfigurationElement element
)
Parameters
element (ConfigurationElement)
The System.Configuration.ConfigurationElement to return the key for
Return Value
An System.Object that acts as the key for the specified System.Configuration.ConfigurationElement

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)