| 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
)
Public Sub New (
jobId As Guid,
path As String
)
public:
Job(
Guid jobId,
String^ path
)
new :
jobId : Guid *
path : string -> Job
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