Interface IJobsclient
Contains functionality to create jobs.
Namespace: StylelabsStylelabs.MSdkClients
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
CreateFetchJobAsync(IFetchJobRequest)
Creates a new fetch job.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IFetchJobRequest | request | Describes the fetch-job. |
Returns
| Type | Description |
|---|---|
| Task<>long | The id of the new job. |
Exceptions
| Type | Condition |
|---|---|
| ValidationException | When one or more validation errors occurred (on the fetch request). |
If you have suggestions for improving this article, let us know!