ITriggeredWebJobOperations::DeleteAsync Method (String^, CancellationToken)

 

Delete a triggered WebJob.

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

Task<OperationResponse^>^ DeleteAsync(
	String^ jobName,
	CancellationToken cancellationToken
)

Parameters

jobName
Type: System::String^

The triggered WebJob name.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<OperationResponse^>^

A standard service response including an HTTP status code and request ID.

Return to top
Show: