|
DbServerClientFetchJob Method |
Fetch a job
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Job FetchJob(
string id
)
Public Function FetchJob (
id As String
) As Job
public:
Job^ FetchJob(
String^ id
)
member FetchJob :
id : string -> Job
Parameters
- id
- Type: SystemString
Return Value
Type:
Job
See Also