| IJobServerClientProtocolGetJobConfigurationFile Method |
Gets the contents of a job configuration file.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax string GetJobConfigurationFile(
Guid jobId,
bool archived
)
Function GetJobConfigurationFile (
jobId As Guid,
archived As Boolean
) As String
String^ GetJobConfigurationFile(
Guid jobId,
bool archived
)
abstract GetJobConfigurationFile :
jobId : Guid *
archived : bool -> string
Parameters
- jobId
- Type: SystemGuid
The job ID. - archived
- Type: SystemBoolean
If set to , search the archived job directory instead of the active jobs.
Return Value
Type:
String
The raw XML of the archived job's configuration, or
if the job wasn't found.
See Also