GigaSpaces XAP.NET Documentation
IsChanged Method (changeOperationResult)
Class LibraryGigaSpaces.Core.ChangeAddToCollectionOperationIsChanged(IChangeOperationResult)
Returns whether the collection was changed by this operation.
Declaration Syntax
C#Visual BasicVisual C++J#
public static bool IsChanged(
	IChangeOperationResult changeOperationResult
)
Public Shared Function IsChanged ( _
	changeOperationResult As IChangeOperationResult _
) As Boolean
public:
static bool IsChanged(
	IChangeOperationResult^ changeOperationResult
)
public static boolean IsChanged(
	IChangeOperationResult changeOperationResult
)
Parameters
changeOperationResult (IChangeOperationResult)
Change operation result.
Return Value
whether the collection was changed by this add operation.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)