GigaSpaces XAP.NET Documentation
GetPreviousValue Method (changeOperationResult)
Class LibraryGigaSpaces.Core.ChangeSetInDictionaryOperationGetPreviousValue(IChangeOperationResult)
Returns the previous value associated with this key or null if none exists.
Declaration Syntax
C#Visual BasicVisual C++J#
public static Object GetPreviousValue(
	IChangeOperationResult changeOperationResult
)
Public Shared Function GetPreviousValue ( _
	changeOperationResult As IChangeOperationResult _
) As Object
public:
static Object^ GetPreviousValue(
	IChangeOperationResult^ changeOperationResult
)
public static Object GetPreviousValue(
	IChangeOperationResult changeOperationResult
)
Parameters
changeOperationResult (IChangeOperationResult)
Change operation result.
Return Value
The previous value associated with this key or null if none exists.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)