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