Click or drag to resize

IJobServerClientProtocol Methods

The IJobServerClientProtocol type exposes the following members.

Methods
  NameDescription
Public methodAbortJob
Aborts execution of a job.
Public methodCheckTaskCompletion
Waits until any of the specified tasks complete.
Public methodCreateJob
Creates a new job and assigns a directory on the distributed file system where the job's files are meant to be stored.
Public methodGetArchivedJobs
Gets a list of archived jobs.
Public methodGetArchivedJobStatus
Gets the job status for an archived job.
Public methodGetJobConfigurationFile
Gets the contents of a job configuration file.
Public methodGetJobStatus
Gets the current status for the specified job.
Public methodGetLogFileContents
Gets the contents of the diagnostic log file.
Public methodGetMetrics
Gets current metrics for the distributed execution engine.
Public methodGetRunningJobs
Gets the status for all currently running jobs.
Public methodGetTaskServerForTask
Gets the address of the task server that is running the specified task.
Public methodRunJob
Begins execution of a job.
Top
See Also