GigaSpaces XAP.NET Documentation
GetKey Method (changeOperation)
Class LibraryGigaSpaces.Core.ChangeRemoveFromDictionaryOperationGetKey(IChangeOperation)
Returns the key that was set.
Declaration Syntax
C#Visual BasicVisual C++J#
public static Object GetKey(
	IChangeOperation changeOperation
)
Public Shared Function GetKey ( _
	changeOperation As IChangeOperation _
) As Object
public:
static Object^ GetKey(
	IChangeOperation^ changeOperation
)
public static Object GetKey(
	IChangeOperation changeOperation
)
Parameters
changeOperation (IChangeOperation)
the change operation to extract data from.
Return Value
The key that was set.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)