RemoteGlobalCache.GetScorecard method

Gets a scorecard from the cache.

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

Syntax

'Declaration
Public Function GetScorecard ( _
    location As RepositoryLocation _
) As Scorecard
'Usage
Dim instance As RemoteGlobalCache
Dim location As RepositoryLocation
Dim returnValue As Scorecard

returnValue = instance.GetScorecard(location)
public Scorecard GetScorecard(
    RepositoryLocation location
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.Scorecard
The requested scorecard.

Implements

IGlobalCache.GetScorecard(RepositoryLocation)

See also

Reference

RemoteGlobalCache class

RemoteGlobalCache members

Microsoft.PerformancePoint.Scorecards namespace