GigaSpaces XAP.NET Documentation
GetItemKey Method (item)
Class LibraryGigaSpaces.Core.ConfigurationGigaSpacesConfigurationElementCollection<(Of <(T>)>)GetItemKey(T)
Gets the element key for a specified configuration element when overridden in a derived class.
Declaration Syntax
C#Visual BasicVisual C++J#
protected abstract Object GetItemKey(
	T item
)
Protected MustOverride Function GetItemKey ( _
	item As T _
) As Object
protected:
virtual Object^ GetItemKey(
	T item
) abstract
protected abstract Object GetItemKey(
	T item
)
Parameters
item (T)
The collection item to return the key for
Return Value
An value that acts as the key for the specified collection item

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)