Interface IJobsclient
Contains functionality to create jobs.
Namespace: Stylelabs.M.Sdk.Clients
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IJobsclient
Methods
CreateFetchJobAsync(IFetchJobRequest)
Creates a new fetch job.
Declaration
Task<long> CreateFetchJobAsync(IFetchJobRequest request)
Parameters
Type | Name | Description |
---|---|---|
IFetchJobRequest | request | Describes the fetch-job |
Returns
Type | Description |
---|---|
Task<System.Int64> | The id of the new job. |
Exceptions
Type | Condition |
---|---|
ValidationException | When one or more validation errors occurred (on the fetch request). |
Can we improve this article ? Provide feedback