Click or drag to resize

MultipleDestinationExporterExportData(Byte) Method

Start multiple file export.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public void ExportData(
	byte[] fileData
)
View Source

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