Click or drag to resize

IDataFetchReceiver Interface

Holds data asynchronously from FactSet servers

Namespace:  Kratos_3.Interfaces
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public interface IDataFetchReceiver

The IDataFetchReceiver type exposes the following members.

Methods
  NameDescription
Public methodErrorOnFetch
Called when an error happens while fetching
Public methodFetch
Public methodgetDataTable
Public methodGetNumberOfTries
Public methodReceiveData
Called when the asynchronous data pull is done
Public methodRetry
Top
See Also