Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
SimpleTableInfo.RequestedDistinctSnapshotLength Property

The requested length for the snapshot to be received for all the items in the table; a 0 value stands for an unspecified length. If not specified, the snapshot length will be determined by the Server. The snapshot length can be specified only for DISTINCT Items mode.

C++
public: __property int RequestedDistinctSnapshotLength;
C#
public virtual int RequestedDistinctSnapshotLength;
Visual Basic
Public virtual Property RequestedDistinctSnapshotLength() As Integer
Exceptions 
Description 
thrown when trying to set a snapshot length that is not compatible with the other parameters.