Share via


IGlobalCache.GetIndicator method

Gets an indicator from the cache.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Function GetIndicator ( _
    location As RepositoryLocation _
) As Indicator
'Usage
Dim instance As IGlobalCache
Dim location As RepositoryLocation
Dim returnValue As Indicator

returnValue = instance.GetIndicator(location)
Indicator GetIndicator(
    RepositoryLocation location
)

Parameters

Return value

Type: Indicator
The requested indicator.

See also

Reference

IGlobalCache interface

IGlobalCache members

Microsoft.PerformancePoint.Scorecards namespace