IPCBIWindowLoadDataAsync2(String, Boolean, Boolean) Method
Load data async from all available formats (depending on your license).
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public Task<KeyValuePair<IPCBIWindowLoadInformation, FormatTypes>> LoadDataAsync2(
string FullPath,
bool ConfigureAwait,
bool AddToRecent
)
Public Function LoadDataAsync2 (
FullPath As String,
ConfigureAwait As Boolean,
AddToRecent As Boolean
) As Task(Of KeyValuePair(Of IPCBIWindowLoadInformation, FormatTypes))
public:
Task<KeyValuePair<IPCBIWindowLoadInformation, FormatTypes>>^ LoadDataAsync2(
String^ FullPath,
bool ConfigureAwait,
bool AddToRecent
)
member LoadDataAsync2 :
FullPath : string *
ConfigureAwait : bool *
AddToRecent : bool -> Task<KeyValuePair<IPCBIWindowLoadInformation, FormatTypes>>
- 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.
TaskKeyValuePairIPCBIWindowLoadInformation,
FormatTypesComplete Information about file type and success of import.