AsyncJobClientgetResult Method |
Get result of the asynchronous job.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public byte[] getResult()
Public Function getResult As Byte()
Return Value
Type:
ByteByte array containing the resulted file if the job is finished. Returns Null if the job is still running. Throws an exception if an error occurred.
See Also