Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderAdapter.GetMinSourceFrequency Method

Called by Lightstreamer Kernel through the Remote Server to ask for the minimum ItemEvent frequency from the Data Adapter at which the events for an Item are guaranteed to be delivered to the Clients without loss of information. In this default implementation, the Metadata Adapter can't set any minimum frequency; this also enables unfiltered dispatching for Items subscribed in MERGE or DISTINCT mode.

C++
public: double GetMinSourceFrequency(string item);
C#
public virtual double GetMinSourceFrequency(string item);
Visual Basic
Public virtual Function GetMinSourceFrequency(item As string) As double
Parameters 
Description 
string item 
Not used. 

Always zero, to mean that incoming ItemEvents must not be prefiltered.