Interface IJobsclient

Version: 4.0

Contains functionality to create jobs.

Namespace: StylelabsStylelabs.MSdkClients
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IJobsclient

Methods

CreateFetchJobAsync(IFetchJobRequest)

Creates a new fetch job.

Declaration
RequestResponse
Task<long> CreateFetchJobAsync(IFetchJobRequest request)
Parameters
TypeNameDescription
IFetchJobRequestrequest

Describes the fetch-job.

Returns
TypeDescription
Task<>long

The id of the new job.

Exceptions
TypeCondition
ValidationException

When one or more validation errors occurred (on the fetch request).

Do you have some feedback for us?

If you have suggestions for improving this article,