|
OperationControllerUpdateFlags Method |
Update the state 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 UpdateFlags(
string id,
[FromBodyAttribute] JobFlags flags
)
<AuthorizeAttribute>
<HttpPostAttribute>
Public Function UpdateFlags (
id As String,
<FromBodyAttribute> flags As JobFlags
) As Result
public:
[AuthorizeAttribute]
[HttpPostAttribute]
Result^ UpdateFlags(
String^ id,
[FromBodyAttribute] JobFlags flags
)
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
member UpdateFlags :
id : string *
[<FromBodyAttribute>] flags : JobFlags -> Result
Parameters
- id
- Type: SystemString
- flags
- Type: DrawerBackup.Native.Data.EntitiesJobFlags
Return Value
Type:
Result
See Also