RemoteGlobalCache.GetFilter method

Gets a filter from the cache.

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

Syntax

'Declaration
Public Function GetFilter ( _
    location As RepositoryLocation _
) As Filter
'Usage
Dim instance As RemoteGlobalCache
Dim location As RepositoryLocation
Dim returnValue As Filter

returnValue = instance.GetFilter(location)
public Filter GetFilter(
    RepositoryLocation location
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.Filter
The requested filter.

Implements

IGlobalCache.GetFilter(RepositoryLocation)

See also

Reference

RemoteGlobalCache class

RemoteGlobalCache members

Microsoft.PerformancePoint.Scorecards namespace