|
EntryStreamControllerTransfer Method |
Receives a entry to the backup
Namespace: DrawerBackup.Storage.WebS.ControllersAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpPostAttribute]
public HttpResponseMessage Transfer(
[FromUriAttribute] string[] entryData
)
<AuthorizeAttribute>
<HttpPostAttribute>
Public Function Transfer (
<FromUriAttribute> entryData As String()
) As HttpResponseMessage
public:
[AuthorizeAttribute]
[HttpPostAttribute]
HttpResponseMessage^ Transfer(
[FromUriAttribute] array<String^>^ entryData
)
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
member Transfer :
[<FromUriAttribute>] entryData : string[] -> HttpResponseMessage
Parameters
- entryData
- Type: SystemString
Return Value
Type:
HttpResponseMessage
See Also