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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)