GigaSpaces XAP.NET Documentation
ChangeOperationsResults Property
Class LibraryGigaSpaces.CoreIChangedEntryDetails<(Of <(T>)>)ChangeOperationsResults
Gets the results of the change operations which were inflicted on the changed entry. The order of the list will be correlated to the order of operation which were specified on the ChangeSet that was used for this change operation.
Declaration Syntax
C#Visual BasicVisual C++J#
IList<IChangeOperationResult> ChangeOperationsResults { get; }
ReadOnly Property ChangeOperationsResults As IList(Of IChangeOperationResult)
property IList<IChangeOperationResult^>^ ChangeOperationsResults {
	IList<IChangeOperationResult^>^ get ();
}
/** @property */
IList<IChangeOperationResult> get_ChangeOperationsResults()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)