Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
SimpleTableInfo.RequestedUnfilteredDispatching Property

Indicates whether or not events for the items in the table are dispatched in an unfiltered way. This setting is stronger than the setting of the maximum update frequency and can lead to the subscription refusal by the Metadata Adapter. It is also stronger than the setting for the buffer size. The unfiltered dispatching can be specified only for MERGE, DISTINCT and COMMAND subscription modes.

C++
public: __property bool RequestedUnfilteredDispatching;
C#
public virtual bool RequestedUnfilteredDispatching;
Visual Basic
Public virtual Property RequestedUnfilteredDispatching() As bool
Exceptions 
Description 
thrown when trying to request unfiltered dispatching while it is not compatible with the supplied subscription mode.