IMediaDataServiceContext.DeleteObject Method
Changes the state of the specified object to be deleted in the System.Data.Services.Client.DataServiceContext.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Sub DeleteObject ( _
entity As Object _
)
'Usage
Dim instance As IMediaDataServiceContext
Dim entity As Object
instance.DeleteObject(entity)
void DeleteObject(
Object entity
)
void DeleteObject(
Object^ entity
)
abstract DeleteObject :
entity:Object -> unit
function DeleteObject(
entity : Object
)
Parameters
- entity
Type: System.Object
The tracked entity to be changed to the deleted state.