MultipleDestinationExporterExportData(Byte) Method

Start multiple file export.

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.173 -- Release Build+c1f8051ec0cf79601a7744c9fe22d655c52aac22
public void ExportData(
	byte[] fileData
)

Parameters

fileData  Byte
Binary 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