Share via


PmService.EndGetKpiHistory Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function EndGetKpiHistory ( _
    asyncResult As IAsyncResult _
) As KpiHistoryCollection
'Usage
Dim instance As PmService
Dim asyncResult As IAsyncResult
Dim returnValue As KpiHistoryCollection

returnValue = instance.EndGetKpiHistory(asyncResult)
public KpiHistoryCollection EndGetKpiHistory (
    IAsyncResult asyncResult
)

Parameters

  • asyncResult

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace