Share via


PmService.EndCreateAnnotation Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Sub EndCreateAnnotation ( _
    asyncResult As IAsyncResult, _
    <OutAttribute> ByRef annotation As Annotation _
)
'Usage
Dim instance As PmService
Dim asyncResult As IAsyncResult
Dim annotation As Annotation

instance.EndCreateAnnotation(asyncResult, annotation)
public void EndCreateAnnotation (
    IAsyncResult asyncResult,
    out Annotation annotation
)

Parameters

  • asyncResult
  • annotation

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace