ITriggeredWebJobOperations::GetRunAsync Method (String^, String^, CancellationToken)

 

Get a web job run.

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

Task<TriggeredWebJobGetRunResponse^>^ GetRunAsync(
	String^ jobName,
	String^ jobRunId,
	CancellationToken cancellationToken
)

Parameters

jobName
Type: System::String^

The triggered WebJob name.

jobRunId
Type: System::String^

The triggered WebJob run identifier.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The get triggered WebJob Run operation response.

Return to top
Show: