IPCBIWindowSaveDataInZipStreamAsync Method

Save ODB++ data in zip stream. The memory stream can be corrupted if a error occurs (Check error log for this case).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<bool> SaveDataInZipStreamAsync(
	MemoryStream ms
)

Parameters

ms  MemoryStream
MemoryStream to write zip inside.

Return Value

TaskBoolean
True is the memory stream with ODB++ zip is filled.

Implements

InterfacePCBIWindowSaveDataInZipStreamAsync(MemoryStream)

See Also