ResourceCallbackArgs.download Method¶
Module: ResourceCallbackArgs
Definition¶
Downloads a resource.
download(self) -> None
Exceptions
An error has occurred during Bioseal Library execution.
public void Download()
Exceptions
An error has occurred during Bioseal Library execution.
public void download() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public func download() throws
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealResourceCallbackArgs_Download (
ID3_BIOSEAL_RESOURCE_CALLBACK_ARGS hResourceCallbackArgs)
Parameters
hResourceCallbackArgs
ID3_BIOSEAL_RESOURCE_CALLBACK_ARGSin Handle to the ResourceCallbackArgs object.
Returns