GigaSpaces XAP.NET Documentation
IChangeResult<(Of <(<'T>)>)> Interface
Class LibraryGigaSpaces.CoreIChangeResult<(Of <(<'T>)>)>
Result of a change operation.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IChangeResult<T>
Public Interface IChangeResult(Of T)
generic<typename T>
public interface class IChangeResult
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "T:GigaSpaces.Core.IChangeResult`1"]

Members
All MembersProperties



IconMemberDescription
NumberOfChangedEntries
Gets the number of changed entries.

Results
Gets a collection of IChangedEntryDetails<(Of <(<'T>)>)> of the changed entries. This is only supported if the ReturnDetailedResults modifier was used, otherwise this method will throw unsupported operation exception.

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