Share via


ISettingsOperations.ListAsync Method (CancellationToken)

 

Lists the settings.

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

Syntax

Task<SettingsListResponse> ListAsync(
    CancellationToken cancellationToken
)
Task<SettingsListResponse^>^ ListAsync(
    CancellationToken cancellationToken
)
abstract ListAsync : 
        cancellationToken:CancellationToken -> Task<SettingsListResponse>
Function ListAsync (
    cancellationToken As CancellationToken
) As Task(Of SettingsListResponse)

Parameters

Return Value

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

The list settings operation response.

See Also

ISettingsOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top