Share via


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: Indicator

    The indicator to add.

See also

Reference

RemoteGlobalCache class

RemoteGlobalCache members

Microsoft.PerformancePoint.Scorecards namespace