IPCBIWindowLoadDataAsync2(String, Boolean, Boolean) Method

Load data async from all available formats (depending on your license).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<KeyValuePair<IPCBIWindowLoadInformation, FormatTypes>> LoadDataAsync2(
	string FullPath,
	bool ConfigureAwait,
	bool AddToRecent
)

Parameters

FullPath  String
Path to data
ConfigureAwait  Boolean
Parameter for configureAwait method (wait or not).
AddToRecent  Boolean
Add to recent list, to find it later again.

Return Value

TaskKeyValuePairIPCBIWindowLoadInformation, FormatTypes
Complete Information about file type and success of import.

See Also