IMobileServiceTable.UpdateAsync Method (JsonObject)

Updates an object in a given table.

Not supported in Windows Phone 8 apps.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Function UpdateAsync ( _
    instance As JsonObject _
) As Task(Of IJsonValue)
'Usage
Dim instance As IMobileServiceTable 
Dim instance As JsonObject 
Dim returnValue As Task(Of IJsonValue)

returnValue = instance.UpdateAsync(instance)
Task<IJsonValue> UpdateAsync(
    JsonObject instance
)
Task<IJsonValue^>^ UpdateAsync(
    JsonObject^ instance
)
abstract UpdateAsync : 
        instance:JsonObject -> Task<IJsonValue> 
function UpdateAsync(
    instance : JsonObject
) : Task<IJsonValue>

Parameters

  • instance
    Type: JsonObject
    The instance to update in the table.

Return Value

Type: System.Threading.Tasks.Task<IJsonValue>
A task that will complete when the update finishes.

See Also

Reference

IMobileServiceTable Interface

UpdateAsync Overload

Microsoft.WindowsAzure.MobileServices Namespace