GigaSpaces XAP.NET Documentation
GetNewSize Method (changeOperationResult)
Class LibraryGigaSpaces.Core.ChangeRemoveFromDictionaryOperationGetNewSize(IChangeOperationResult)
Returns the size of the dictionary after the operation that was applied.
Declaration Syntax
C#Visual BasicVisual C++J#
public static int GetNewSize(
	IChangeOperationResult changeOperationResult
)
Public Shared Function GetNewSize ( _
	changeOperationResult As IChangeOperationResult _
) As Integer
public:
static int GetNewSize(
	IChangeOperationResult^ changeOperationResult
)
public static int GetNewSize(
	IChangeOperationResult changeOperationResult
)
Parameters
changeOperationResult (IChangeOperationResult)
Change operation result.
Return Value
The size of the dictionary after the operation that was applied.

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