Click or drag to resize
JobHelperControllerNextJobs Method
Get all nexts jobs for the kind

Namespace: DrawerBackup.Server.WebS.Controllers
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpPostAttribute]
public Result NextJobs(
	[FromBodyAttribute] string[] data
)

Parameters

data
Type: SystemString

Return Value

Type: Result
See Also