Share via


RemoteGlobalCache.AddIndicator Method (Microsoft.PerformancePoint.Scorecards)

Adds an indicator to the cache.

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

Syntax

'Declaration
Public Sub AddIndicator ( _
    indicator As Indicator _
)
'Usage
Dim instance As RemoteGlobalCache
Dim indicator As Indicator

instance.AddIndicator(indicator)
public void AddIndicator (
    Indicator indicator
)

Parameters

  • indicator
    Indicator to add.

See Also

Reference

RemoteGlobalCache Class
RemoteGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace