|
JobHelperControllerNextJobs Method |
Get all nexts jobs for the kind
Namespace: DrawerBackup.Server.WebS.ControllersAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpPostAttribute]
public Result NextJobs(
[FromBodyAttribute] string[] data
)
<AuthorizeAttribute>
<HttpPostAttribute>
Public Function NextJobs (
<FromBodyAttribute> data As String()
) As Result
public:
[AuthorizeAttribute]
[HttpPostAttribute]
Result^ NextJobs(
[FromBodyAttribute] array<String^>^ data
)
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
member NextJobs :
[<FromBodyAttribute>] data : string[] -> Result
Parameters
- data
- Type: SystemString
Return Value
Type:
Result
See Also