 | JobProviderBaseGetPhysicalJobPath method |
Returns the physical name of the JobPackage with the
physical name of the JobPackage or logical name of the job.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic virtual string? GetPhysicalJobPath(
string name
)
Public Overridable Function GetPhysicalJobPath (
name As String
) As String
public:
virtual String^ GetPhysicalJobPath(
String^ name
)
abstract GetPhysicalJobPath :
name : string -> string
override GetPhysicalJobPath :
name : string -> string Parameters
- name String
- Logical or physical name of the job or job package.
Return value
StringPhysical name of the JobPackage or null.
Implemented
IJobProviderGetPhysicalJobPath(String)
See also