PmService.EndGetVersionInfos Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function EndGetVersionInfos ( _
    asyncResult As IAsyncResult _
) As VersionInfoCollection
'Usage
Dim instance As PmService
Dim asyncResult As IAsyncResult
Dim returnValue As VersionInfoCollection

returnValue = instance.EndGetVersionInfos(asyncResult)
public VersionInfoCollection EndGetVersionInfos (
    IAsyncResult asyncResult
)

Parameters

  • asyncResult

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace