AFAggregateResultCollection.GetResult(T1, T2) Method (AFCompoundPartitioningRequest(T1, T2))
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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, T2The compound aggregate result for the specified request.