DocumentsOnDemand Class |
Namespace: Kratos_3.RunTimePlatform
The DocumentsOnDemand type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentsOnDemand(IConfigManager, IEventLogger, OTPGenerator, FactSetOnDemand) |
Constructor.
|
![]() | DocumentsOnDemand(IConfigManager, IEventLogger, OTPGenerator, Boolean, FactSetOnDemand) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | DocumentsCategories |
DocumentsCategories
|
![]() | DocumentsCategories(Object) |
DocumentsCategories
|
![]() | DocumentsCount |
DocumentsCount
|
![]() | DocumentsCount(Object) |
DocumentsCount
|
![]() | DocumentsSearch |
DocumentsSearch
|
![]() | DocumentsSearch(Object) |
DocumentsSearch
|
![]() | DocumentsSources |
DocumentsSources
|
![]() | DocumentsSources(Object) |
DocumentsCategories
|
![]() | DocumentsTimezones |
DocumentsTimezones
|
![]() | DocumentsTimezones(Object) |
DocumentsTimezones
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | setWaitUntilDoneMode |
Set whether or not to wait until a xmldataframe is done downloading and parsing before returning data.
If not in waitUntilDone mode, when a DataRequest call is made a XmlDataFrame is immediately returned representing the response from OnDemand servers as it arrives. The XmlDataFrame should not be accessed until it's isDone member variable is set to true
![]() XmlDataFrame df = new XmlDataFrame(log, config, new SearchAndCountParseStrategy(parent.useMatlabFormat())); while(!df.isDoneParsing()) { Thread.Sleep(20); } // access the data frame here |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |