|
OperationControllerUpdateProgress Method |
Update the progress of a operation
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 UpdateProgress(
[FromBodyAttribute] JobProgress data
)
<AuthorizeAttribute>
<HttpPostAttribute>
Public Function UpdateProgress (
<FromBodyAttribute> data As JobProgress
) As Result
public:
[AuthorizeAttribute]
[HttpPostAttribute]
Result^ UpdateProgress(
[FromBodyAttribute] JobProgress^ data
)
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
member UpdateProgress :
[<FromBodyAttribute>] data : JobProgress -> Result
Parameters
- data
- Type: DrawerBackup.Server.Data.EntitiesJobProgress
Data of the progress
Return Value
Type:
Result
See Also