Interface IResponseWriter
- Namespace
- Dynamicweb.DataIntegration.Integration.Interfaces
- Assembly
- Dynamicweb.DataIntegration.dll
Implement this interface if your source provider is able to handle the response data from the destination provider
public interface IResponseWriter
Methods
Close()
Closes this instance.
void Close()
Write(Dictionary<string, object>)
Writes the specified row.
void Write(Dictionary<string, object> row)
Parameters
row
Dictionary<string, object>The row to be written.