IResultWriteBridge Methods |
The IResultWriteBridge type exposes the following members.
Name | Description | |
---|---|---|
Finish |
Used to disconnect from/close persistant storage and free resources if needed.
(Inherited from IResultBridge.) | |
Flush |
Flush must store data from result data (memory) and into persistant storage (file or database)
| |
Prepare |
Prepare the persistant storage for flush operations.
| |
Save |
Writes the entire content of the result data into a persistent storage
|