ContinuousWebJobOperationsExtensions::StopAsync Method (IContinuousWebJobOperations^, String^)

 

Stop a continuous WebJob.

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

public:
[ExtensionAttribute]
static Task<OperationResponse^>^ StopAsync(
	IContinuousWebJobOperations^ operations,
	String^ jobName
)

Parameters

operations
Type: Microsoft.WindowsAzure.WebSitesExtensions::IContinuousWebJobOperations^

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.

jobName
Type: System::String^

Required. The WebJob name.

Return Value

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

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

Return to top
Show: