StreamLink for Silverlight
FilteredUpdateType Enumeration
StreamLink for SilverlightCaplin.StreamLink.Subscription.Container.ExtendedParametersFilteredUpdateType
Enumeration defining the available filter update types. A filter update type determines how often a filter is applied to a container.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Do not use this enumeration as it is deprecated.")]
public enum FilteredUpdateType
<ObsoleteAttribute("Do not use this enumeration as it is deprecated.")> _
Public Enumeration FilteredUpdateType
[ObsoleteAttribute(L"Do not use this enumeration as it is deprecated.")]
public enum class FilteredUpdateType
Members
MemberDescription
Snapshot
The elements in the container are filtered and/or sorted just once when the filter expression is first submitted by the client. The filter does not run again when elements are subsequently added to, or removed from, the container, or when element fields are updated.

Live
Whenever an element is added to, or removed from, the container, or a field changes in any element whose subject is within the scope of the container, the filter is applied, and/or the container is sorted again. This means that as the container is updated, its contents always reflect the filter specification.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.22.0 (5.0.22.0)