 | JobPackage(String, String) Constructor |
Constructor - initializes an empty job.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic JobPackage(
string jobFilePath,
string? jobName
)
Public Sub New (
jobFilePath As String,
jobName As String
)
public:
JobPackage(
String^ jobFilePath,
String^ jobName
)
new :
jobFilePath : string *
jobName : string -> JobPackage
Parameters
- jobFilePath String
- File path to the XML file with the job description.
- jobName String
- Name of the XML file with the job description.
See also