DFSnapshotOnDemand Class |
Namespace: Kratos_3.RunTimePlatform
The DFSnapshotOnDemand type exposes the following members.
Name | Description | |
---|---|---|
![]() | DFSnapshotOnDemand(IConfigManager, IEventLogger, OTPGenerator, FactSetOnDemand) |
Constructor.
|
![]() | DFSnapshotOnDemand(IConfigManager, IEventLogger, OTPGenerator, Boolean, FactSetOnDemand) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ExtractDFSnapshot(String) |
ExtractDFSnapshot
|
![]() | ExtractDFSnapshot(String, Object) |
ExtractDFSnapshot
|
![]() | 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 DFSnapshotDataFrame is done downloading and parsing before returning data.
If not in waitUntilDone mode, when a DataRequest call is made a DFSnapshotDataFrame is immediately returned representing the response from OnDemand servers as it arrives. The DFSnapshotDataFrame should not be accessed until it's isDone member variable is set to true
![]() DFSnapshotDataFrame df = new DFSnapshotDataFrame(log, ',', parent.getConfig()); while(!df.isDone) { Thread.Sleep(20); } // access the data frame here |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |