Result of a change operation.
            
| C# | Visual Basic | Visual C++ | J# | 
public interface IChangeResult<T>
Public Interface IChangeResult(Of T)
generic<typename T> public interface class IChangeResult
- T
 [Missing <typeparam name="T"/> documentation for "T:GigaSpaces.Core.IChangeResult`1"]
| All Members | Properties | ||||
| Icon | Member | Description | 
|---|---|---|
| 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.	
              | 
