Share via


PmService.BeginQueryChildMembersByRange Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function BeginQueryChildMembersByRange ( _
    dataSourceId As Guid, _
    self As String, _
    start As Long, _
    count As Long, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As PmService
Dim dataSourceId As Guid
Dim self As String
Dim start As Long
Dim count As Long
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginQueryChildMembersByRange(dataSourceId, self, start, count, callback, asyncState)
public IAsyncResult BeginQueryChildMembersByRange (
    Guid dataSourceId,
    string self,
    long start,
    long count,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • dataSourceId
  • self
  • start
  • count
  • callback
  • asyncState

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace