다음을 통해 공유


RemoteGlobalCache.GetDashboard Method

Gets a dashboard from the cache.

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

Syntax

'Declaration
Public Function GetDashboard ( _
    location As RepositoryLocation _
) As Dashboard
'Usage
Dim instance As RemoteGlobalCache
Dim location As RepositoryLocation
Dim returnValue As Dashboard

returnValue = instance.GetDashboard(location)
public Dashboard GetDashboard(
    RepositoryLocation location
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Dashboard
The requested dashboard.

Implements

IGlobalCache.GetDashboard(RepositoryLocation)

See Also

Reference

RemoteGlobalCache Class

RemoteGlobalCache Members

Microsoft.PerformancePoint.Scorecards Namespace