AsyncJobClient Constructor |
Construct the async job client.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public AsyncJobClient(
string apiKey,
string jobId
)
Public Sub New (
apiKey As String,
jobId As String
)
Parameters
- apiKey
- Type: SystemString
API Key. - jobId
- Type: SystemString
Job ID.
See Also