Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAggregateResultCollection.GetResult(T1, T2) Method (AFCompoundPartitioningRequest(T1, T2))

AFAggregateResultCollection.GetResult(T1, T2) Method (AFCompoundPartitioningRequest(T1, T2))

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAggregateResultCollection.GetResult(T1, T2) Method (AFCompoundPartitioningRequest(T1, T2))
Gets the result for a compound aggregate.

Namespace:  OSIsoft.AF.Data.Aggregate
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public AFCompoundPartitionedResult<T1, T2> GetResult<T1, T2>(
	AFCompoundPartitioningRequest<T1, T2> request
)
Public Function GetResult(Of T1, T2) ( 
	request As AFCompoundPartitioningRequest(Of T1, T2)
) As AFCompoundPartitionedResult(Of T1, T2)

Dim instance As AFAggregateResultCollection
Dim request As AFCompoundPartitioningRequest(Of T1, T2)
Dim returnValue As AFCompoundPartitionedResult(Of T1, T2)

returnValue = instance.GetResult(request)
public:
generic<typename T1, typename T2>
AFCompoundPartitionedResult<T1, T2>^ GetResult(
	AFCompoundPartitioningRequest<T1, T2>^ request
)
member GetResult : 
        request : AFCompoundPartitioningRequest<'T1, 'T2> -> AFCompoundPartitionedResult<'T1, 'T2> 

Parameters

request
Type: OSIsoft.AF.Data.AggregateAFCompoundPartitioningRequestT1, T2
The request to locate a result for.

Type Parameters

T1
The primary partition type.
T2
The secondary partition type.

Return Value

Type: AFCompoundPartitionedResultT1, T2
The compound aggregate result for the specified request.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9

See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in