Click or drag to resize

IResultWriteBridge Methods

The IResultWriteBridge type exposes the following members.

Methods
  NameDescription
Public methodFinish
Used to disconnect from/close persistant storage and free resources if needed.
(Inherited from IResultBridge.)
Public methodFlush
Flush must store data from result data (memory) and into persistant storage (file or database)
Public methodPrepare
Prepare the persistant storage for flush operations.
Public methodSave
Writes the entire content of the result data into a persistent storage
Top
See Also