Click or drag to resize

Job Constructor (Guid, String)

Initializes a new insatnce of the Job class with the specified ID and path.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public Job(
	Guid jobId,
	string path
)

Parameters

jobId
Type: SystemGuid
The unique identifier of this job.
path
Type: SystemString
The path on the distributed file system where files related to the job are stored.
See Also