GigaSpaces XAP.NET Documentation
Aggregate<(Of <(<'T>)>)> Method (query, aggregationSet)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyAggregate<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), AggregationSet)
Executes the specified query along with the specified aggregations collocated at the space.
Declaration Syntax
C#Visual BasicVisual C++J#
IAggregationResult Aggregate<T>(
	IQuery<T> query,
	AggregationSet aggregationSet
)
Function Aggregate(Of T) ( _
	query As IQuery(Of T), _
	aggregationSet As AggregationSet _
) As IAggregationResult
generic<typename T>
IAggregationResult^ Aggregate(
	IQuery<T>^ query, 
	AggregationSet^ aggregationSet
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "M:GigaSpaces.Core.IReadOnlySpaceProxy.Aggregate``1(GigaSpaces.Core.IQuery{``0},GigaSpaces.Core.AggregationSet)"]

Parameters
query (IQuery<(Of <(<'T>)>)>)
Query to search by
aggregationSet (AggregationSet)
aggregations to execute
Return Value
Aggregations result

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 15.0.0.0 (15.0.0)