ExecuteJob

Description

Execute a sampling job.

Signature
long ExecuteJob(string key, ExecutionSettings settings)

Parameters

Name Data Type Description

key

string required

The authentication key

settings

ExecutionSettings holding the settings for the execution of the sampling job.

Response

Data Type Description

long

Id of the task that executes the job.

Example