共用方式為


IAsset.DeleteAsync Method

Definition

Overloads

DeleteAsync()
DeleteAsync(Boolean)

DeleteAsync()

public System.Threading.Tasks.Task DeleteAsync ();
abstract member DeleteAsync : unit -> System.Threading.Tasks.Task
Public Function DeleteAsync () As Task

Returns

Applies to

DeleteAsync(Boolean)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse> DeleteAsync (bool keepAzureStorageContainer);
abstract member DeleteAsync : bool -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse>
Public Function DeleteAsync (keepAzureStorageContainer As Boolean) As Task(Of IMediaDataServiceResponse)

Parameters

keepAzureStorageContainer
Boolean

Returns

Applies to