|
JobHelperControllerGet Method |
Get the job from the server
Namespace: DrawerBackup.Server.WebS.ControllersAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpGetAttribute]
public Result Get(
string id
)
<AuthorizeAttribute>
<HttpGetAttribute>
Public Function Get (
id As String
) As Result
public:
[AuthorizeAttribute]
[HttpGetAttribute]
Result^ Get(
String^ id
)
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
member Get :
id : string -> Result
Parameters
- id
- Type: SystemString
Return Value
Type:
Result
See Also