MultipleDestinationExporterExportData(String) Method

Start multiple file export.

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.170 -- Release Build+270a561d12ed7ebe7f1cf5b3042f77290d2c34bd
public void ExportData(
	string fileData
)

Parameters

fileData  String
Text based data to export to each destination.

Remarks

This is assumed to be the full content of the file to export. This class does not queue data since the export is not intended to append to an existing file but rather replace an existing one.

See Also