Share via


QueryCallback Delegate (Microsoft.PerformancePoint.Scorecards.Extensions)

Represents the callback for the RunQuery call.

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

Syntax

'Declaration
Public Delegate Sub QueryCallback ( _
    cellset As CellSet _
)
'Usage
Dim instance As New QueryCallback(AddressOf HandlerMethod)
public delegate void QueryCallback (
    CellSet cellset
)

Parameters

  • cellset
    The CellSet object.

See Also

Reference

Microsoft.PerformancePoint.Scorecards.Extensions Namespace