GigaSpaces XAP.NET Documentation
GetRemovedValue Method (changeOperationResult)
Class LibraryGigaSpaces.Core.ChangeRemoveFromDictionaryOperationGetRemovedValue(IChangeOperationResult)
Returns the value associated with this key which was removed.
Declaration Syntax
C#Visual BasicVisual C++J#
public static Object GetRemovedValue(
	IChangeOperationResult changeOperationResult
)
Public Shared Function GetRemovedValue ( _
	changeOperationResult As IChangeOperationResult _
) As Object
public:
static Object^ GetRemovedValue(
	IChangeOperationResult^ changeOperationResult
)
public static Object GetRemovedValue(
	IChangeOperationResult changeOperationResult
)
Parameters
changeOperationResult (IChangeOperationResult)
Change operation result.
Return Value
The value associated with this key which was removed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)