GigaSpaces XAP.NET Documentation
Results Property
Class LibraryGigaSpaces.CoreIChangeResult<(Of <(<'T>)>)>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.
Declaration Syntax
C#Visual BasicVisual C++J#
ICollection<IChangedEntryDetails<T>> Results { get; }
ReadOnly Property Results As ICollection(Of IChangedEntryDetails(Of T))
	Get
property ICollection<IChangedEntryDetails<T>^>^ Results {
	ICollection<IChangedEntryDetails<T>^>^ get ();
}
/** @property */
ICollection<IChangedEntryDetails<T>> get_Results()
Exceptions
ExceptionCondition
NotSupportedExceptionIf the corresponding change operation was not used with the ReturnDetailedResults.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)