MultipleDestinationExporterExportData(Byte) Method
Start multiple file export.
Namespace: IOAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.171 -- Release Build+d62f203706e9a951eba0d87921639f80180c6058
public void ExportData(
byte[] fileData
)
Public Sub ExportData (
fileData As Byte()
)
function ExportData(fileData);
Parameters
- fileData Byte
- Binary data to export to each destination.
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.