1. Stylelabs.M.Sdk.Clients

Interface IJobsclient

Contains functionality to create jobs.

Namespace: StylelabsStylelabs.MSdkClients

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IJobsclient

Methods

CreateFetchJobAsync(IFetchJobRequest)

Creates a new fetch job.

Declaration

Task<long> CreateFetchJobAsync(IFetchJobRequest request)

Parameters

TypeNameDescription
IFetchJobRequestrequestDescribes the fetch-job.

Returns

TypeDescription
Task<>longThe id of the new job.

Exceptions

TypeCondition
ValidationExceptionWhen one or more validation errors occurred (on the fetch request).
If you have suggestions for improving this article, let us know!