Click or drag to resize
JobHelperControllerGet Method
Get the job from the server

Namespace: DrawerBackup.Server.WebS.Controllers
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpGetAttribute]
public Result Get(
	string id
)

Parameters

id
Type: SystemString

Return Value

Type: Result
See Also