|
MultipleDestinationExporterExportData(String) Method
|
Start multiple file export.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxpublic void ExportData(
string fileData
)
Public Sub ExportData (
fileData As String
)
public:
void ExportData(
String^ fileData
)
member ExportData :
fileData : string -> unit
function ExportData(fileData);
View SourceParameters
- 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