MappedEntityDomainManager(Of TData, TModel).UpdateEntityAsync Method (Delta(Of TData), Object())

 

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

<DebuggerStepThroughAttribute>
Protected Overridable Function UpdateEntityAsync (
	patch As Delta(Of TData),
	ParamArray keys As Object()
) As Task(Of TData)

Return Value

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