IDiagnosticOperations::GetSettingsAsync Method (CancellationToken)

 

Get diagnostics settings.

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

Task<DiagnosticGetResponse^>^ GetSettingsAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The get diagnostic settings operation response.

Return to top
Show: