Share via


PmService.BeginGetAnnotation Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function BeginGetAnnotation ( _
    scorecardID As Guid, _
    tupleCollection As TupleCollection, _
    cellPath As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As PmService
Dim scorecardID As Guid
Dim tupleCollection As TupleCollection
Dim cellPath As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGetAnnotation(scorecardID, tupleCollection, cellPath, callback, asyncState)
public IAsyncResult BeginGetAnnotation (
    Guid scorecardID,
    TupleCollection tupleCollection,
    string cellPath,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • scorecardID
  • tupleCollection
  • cellPath
  • callback
  • asyncState

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace