ApiClientsetApiAsyncEndpoint Method |
Set a custom SelectPdf API endpoint for async jobs. Do not use this method unless advised by SelectPdf.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public void setApiAsyncEndpoint(
string apiAsyncEndpoint
)
Public Sub setApiAsyncEndpoint (
apiAsyncEndpoint As String
)
Parameters
- apiAsyncEndpoint
- Type: SystemString
API async jobs endpoint.
See Also