IAssetFile.DeleteAsync Method

Asynchronously deletes this instance.

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

Syntax

'Declaration
Function DeleteAsync As Task
'Usage
Dim instance As IAssetFile 
Dim returnValue As Task 

returnValue = instance.DeleteAsync()
Task DeleteAsync()
Task^ DeleteAsync()
abstract DeleteAsync : unit -> Task
function DeleteAsync() : Task

Return Value

Type: System.Threading.Tasks.Task
Returns Task that contains the future result of the method call.

See Also

Reference

IAssetFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace