IWebSiteOperations.DeleteRepositoryAsync Method (String, String, CancellationToken)

 

Asynchronously deletes a Website Repository.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Function DeleteRepositoryAsync (
	webSpaceName As String,
	webSiteName As String,
	cancellationToken As CancellationToken
) As Task(Of WebSiteDeleteRepositoryResponse)

Parameters

webSpaceName
Type: System.String

The name of the web space.

webSiteName
Type: System.String

The name of the website.

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of WebSiteDeleteRepositoryResponse)

An WebSiteDeleteRepositoryResponse object that contains the status of the operation.

Return to top
Show: