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