Click or drag to resize

IJobServerClientProtocolGetJobConfigurationFile Method

Gets the contents of a job configuration file.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
string GetJobConfigurationFile(
	Guid jobId,
	bool archived
)

Parameters

jobId  Guid
The job ID.
archived  Boolean
If set to , search the archived job directory instead of the active jobs.

Return Value

String
The raw XML of the archived job's configuration, or if the job wasn't found.
See Also