Click or drag to resize
IJobApi Interface
Job related XML-RPC methods.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public interface IJobApi

The IJobApi type exposes the following members.

Methods
  NameDescription
Public methodAddJob
Adds new job.
Public methodDeleteJob
Deletes a job by ID.
Public methodGetJobs
Gets jobs by their IDs.
Public methodUpdateJob
Updates the given job.
Top
See Also