|
MultipleDestinationExporterExportData(Byte) Method
|
Start multiple file export.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntaxpublic void ExportData(
byte[] fileData
)
Public Sub ExportData (
fileData As Byte()
)
member ExportData :
fileData : byte[] -> unit
function ExportData(fileData);
View SourceParameters
- 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