IResultRandomReadBridge Methods |
The IResultRandomReadBridge type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Connects to storage
(Inherited from IResultReadBridge.) | |
Finish |
Used to disconnect from/close persistant storage and free resources if needed.
(Inherited from IResultBridge.) | |
Read |
Reads the header and data from persistant storage and populates the associated resultData object.
This is the same as calling ReadHeader(IDiagnostics) and ReadData(IDiagnostics) in that order.
(Inherited from IResultReadBridge.) | |
ReadData |
Reads in the data from persistant storage and populates the associated resultdata object.
(Inherited from IResultReadBridge.)You can not load the data without having loaded the header, hence it can be assumed that ReadHeader(IDiagnostics) has already been called. | |
ReadHeader |
Reads in the header data from persistant storage and populates the associated resultdata object.
(Inherited from IResultReadBridge.) | |
ReadTimeForTimeStep | Return the time for the given time step | |
ReadTimeStep | Read and populate result data with data for the given time step |