Share via


PmService.BeginGetLatestAnalyticReportVersion Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function BeginGetLatestAnalyticReportVersion ( _
    analyticReportViewId As Guid, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As PmService
Dim analyticReportViewId As Guid
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGetLatestAnalyticReportVersion(analyticReportViewId, callback, asyncState)
public IAsyncResult BeginGetLatestAnalyticReportVersion (
    Guid analyticReportViewId,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • analyticReportViewId
  • callback
  • asyncState

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace