|
JobDataManagerGetJob Method |
Get the job
Namespace: DrawerBackup.ServerAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic IJob GetJob(
string jobId
)
Public Function GetJob (
jobId As String
) As IJob
public:
IJob^ GetJob(
String^ jobId
)
member GetJob :
jobId : string -> IJob
Parameters
- jobId
- Type: SystemString
Return Value
Type:
IJob
See Also