TableController(Of TData).UpdateAsync Method (String, Delta(Of TData))

 

Provides a helper method for updating an entity in a backend store. It deals with any model validation errors as well as exceptions thrown by the IDomainManager(Of TData) and maps them into appropriate HTTP responses.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

Protected Overridable Function UpdateAsync (
	id As String,
	patch As Delta(Of TData)
) As Task(Of TData)

Return Value

Type: System.Threading.Tasks.Task(Of TData)

A Task(Of TResult) representing the update operation executed by the the IDomainManager(Of TData).

Return to top
Show: