Share via


IMediaDataServiceContext.UpdateObject Method

Changes the state of the specified object to System.Data.Services.Client.EntityStates.Modified.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Sub UpdateObject ( _
    entity As Object _
)
'Usage
Dim instance As IMediaDataServiceContext 
Dim entity As Object

instance.UpdateObject(entity)
void UpdateObject(
    Object entity
)
void UpdateObject(
    Object^ entity
)
abstract UpdateObject : 
        entity:Object -> unit
function UpdateObject(
    entity : Object
)

Parameters

  • entity
    Type: System.Object
    The tracked entity to be assigned to the System.Data.Services.Client.EntityStates.Modified state.

See Also

Reference

IMediaDataServiceContext Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace