GigaSpaces XAP.NET Documentation
GetItemKey Method (item)
Class LibraryGigaSpaces.XAP.ConfigurationEmbeddedSpacesConfigurationElementGetItemKey(EmbeddedSpaceConfigurationElement)
Gets the element key for a specified configuration element when overridden in a derived class.
Declaration Syntax
C#Visual BasicVisual C++J#
protected override Object GetItemKey(
	EmbeddedSpaceConfigurationElement item
)
Protected Overrides Function GetItemKey ( _
	item As EmbeddedSpaceConfigurationElement _
) As Object
protected:
virtual Object^ GetItemKey(
	EmbeddedSpaceConfigurationElement^ item
) override
protected Object GetItemKey(
	EmbeddedSpaceConfigurationElement item
)
Parameters
item (EmbeddedSpaceConfigurationElement)
The ConfigurationElement to return the key for.
Return Value
An Object that acts as the key for the specified ConfigurationElement.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)