PmService.EndGetKpis Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function EndGetKpis ( _
    asyncResult As IAsyncResult _
) As KpiCollection
'Usage
Dim instance As PmService
Dim asyncResult As IAsyncResult
Dim returnValue As KpiCollection

returnValue = instance.EndGetKpis(asyncResult)
public KpiCollection EndGetKpis (
    IAsyncResult asyncResult
)

Parameters

  • asyncResult

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace