Share via


PmService.BeginForecastCell Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function BeginForecastCell ( _
    trendAnalysisConfigObj As TrendAnalysisConfig, _
    scorecard As Scorecard, _
    rowSelectionId As Integer, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As PmService
Dim trendAnalysisConfigObj As TrendAnalysisConfig
Dim scorecard As Scorecard
Dim rowSelectionId As Integer
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginForecastCell(trendAnalysisConfigObj, scorecard, rowSelectionId, callback, asyncState)
public IAsyncResult BeginForecastCell (
    TrendAnalysisConfig trendAnalysisConfigObj,
    Scorecard scorecard,
    int rowSelectionId,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • trendAnalysisConfigObj
  • scorecard
  • rowSelectionId
  • callback
  • asyncState

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace