ISettingsOperations.GetAsync Method (String, CancellationToken)

 

Gets a setting.

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

Task<SettingsGetResponse> GetAsync(
	string settingId,
	CancellationToken cancellationToken
)

Parameters

settingId
Type: System.String

The setting identifier.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<SettingsGetResponse>

The get setting operation response.

Return to top
Show: