ITriggeredWebJobOperations.DeleteAsync Method (String, CancellationToken)
Delete a triggered WebJob.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
Task<OperationResponse> DeleteAsync(
string jobName,
CancellationToken cancellationToken
)
Task<OperationResponse^>^ DeleteAsync(
String^ jobName,
CancellationToken cancellationToken
)
abstract DeleteAsync :
jobName:string *
cancellationToken:CancellationToken -> Task<OperationResponse>
Function DeleteAsync (
jobName As String,
cancellationToken As CancellationToken
) As Task(Of OperationResponse)
Parameters
jobName
Type: System.StringThe triggered WebJob name.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<OperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
ITriggeredWebJobOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top