Share via


PmService.EndGetDashboards Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function EndGetDashboards ( _
    asyncResult As IAsyncResult _
) As DashboardCollection
'Usage
Dim instance As PmService
Dim asyncResult As IAsyncResult
Dim returnValue As DashboardCollection

returnValue = instance.EndGetDashboards(asyncResult)
public DashboardCollection EndGetDashboards (
    IAsyncResult asyncResult
)

Parameters

  • asyncResult

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace