LocalFileDataSaveAsync Method

Save the content of the memory strea in the file.

Definition

Namespace: PCBI.Plugin
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<string> SaveAsync(
	MemoryStream stream,
	PCBIWorkingDialog workingDlg
)

Parameters

stream  MemoryStream
Thre stream to save in the file.
workingDlg  PCBIWorkingDialog
Use this working dialog for progress bar.

Return Value

TaskString
Return the error message.

Implements

IFileDataSaveAsync(MemoryStream, PCBIWorkingDialog)

See Also