|
CrudControllerTEntityDeleteAny Method |
Executes a search in the server and delete all the results
Namespace: DrawerBackup.Native.Server.ControllersAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpPostAttribute]
public virtual Task<HttpResponseMessage> DeleteAny()
<AuthorizeAttribute>
<HttpPostAttribute>
Public Overridable Function DeleteAny As Task(Of HttpResponseMessage)
public:
[AuthorizeAttribute]
[HttpPostAttribute]
virtual Task<HttpResponseMessage^>^ DeleteAny()
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
abstract DeleteAny : unit -> Task<HttpResponseMessage>
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
override DeleteAny : unit -> Task<HttpResponseMessage>
Return Value
Type:
TaskHttpResponseMessage
See Also