RemoteGlobalCache.AddFilter method

Adds a filter to the cache.

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

Syntax

'Declaration
Public Sub AddFilter ( _
    filter As Filter _
)
'Usage
Dim instance As RemoteGlobalCache
Dim filter As Filter

instance.AddFilter(filter)
public void AddFilter(
    Filter filter
)

Parameters

See also

Reference

RemoteGlobalCache class

RemoteGlobalCache members

Microsoft.PerformancePoint.Scorecards namespace