GigaSpaces XAP.NET Documentation
MaxEntry Method (path)
Class LibraryGigaSpaces.CoreAggregationSetMaxEntry(String)
Returns the entry with the maximum value of the specified path.
Declaration Syntax
C#Visual BasicVisual C++J#
public AggregationSet MaxEntry(
	string path
)
Public Function MaxEntry ( _
	path As String _
) As AggregationSet
public:
AggregationSet^ MaxEntry(
	String^ path
)
public AggregationSet MaxEntry(
	String path
)
Parameters
path (String)
Path to inspect
Return Value
Entry with maximum value

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)