|
OperationControllerAllocate Method |
Allocate the entry to the server database
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 Allocate(
string id,
[FromBodyAttribute] JobEntry entry
)
<AuthorizeAttribute>
<HttpPostAttribute>
Public Function Allocate (
id As String,
<FromBodyAttribute> entry As JobEntry
) As Result
public:
[AuthorizeAttribute]
[HttpPostAttribute]
Result^ Allocate(
String^ id,
[FromBodyAttribute] JobEntry^ entry
)
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
member Allocate :
id : string *
[<FromBodyAttribute>] entry : JobEntry -> Result
Parameters
- id
- Type: SystemString
- entry
- Type: DrawerBackup.Native.Data.EntitiesJobEntry
Return Value
Type:
Result
See Also