Lightstreamer .Net Adapter 1.7
|
Returns the maximum allowed length for a Snapshot of any Item that has been requested with publishing Mode DISTINCT.
public: int GetDistinctSnapshotLength(string item);
public override int GetDistinctSnapshotLength(string item);
Public override Function GetDistinctSnapshotLength(item As string) As Integer
Parameters |
Description |
string item |
An Item Name. Not used. |
The maximum allowed length for the Snapshot, as supplied in the Metadata Adapter configuration. In case no value has been supplied, a default value of 10 events is returned, which is thought to be enough to satisfy typical Client requests.