RemoteGlobalCache.AddIndicator Method
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
Type: IndicatorThe indicator to add.