|
StorageControllerProcessTransferPackage Method |
Process a tranfer package
Namespace: DrawerBackup.Storage.WebS.ControllersAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpPostAttribute]
public Result ProcessTransferPackage(
string id
)
<AuthorizeAttribute>
<HttpPostAttribute>
Public Function ProcessTransferPackage (
id As String
) As Result
public:
[AuthorizeAttribute]
[HttpPostAttribute]
Result^ ProcessTransferPackage(
String^ id
)
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
member ProcessTransferPackage :
id : string -> Result
Parameters
- id
- Type: SystemString
Return Value
Type:
Result
See Also