MappedEntityDomainManager(Of TData, TModel).UpdateAsync Method (String, Delta(Of TData))

 

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

Public MustOverride Function UpdateAsync (
	id As String,
	patch As Delta(Of TData)
) As Task(Of TData)

Return Value

Type: System.Threading.Tasks.Task(Of TData)
Return to top
Show: