ISettingsOperations.GetAsync Method (String, CancellationToken)
Gets a setting.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
Task<SettingsGetResponse> GetAsync(
string settingId,
CancellationToken cancellationToken
)
Task<SettingsGetResponse^>^ GetAsync(
String^ settingId,
CancellationToken cancellationToken
)
abstract GetAsync :
settingId:string *
cancellationToken:CancellationToken -> Task<SettingsGetResponse>
Function GetAsync (
settingId As String,
cancellationToken As CancellationToken
) As Task(Of SettingsGetResponse)
Parameters
settingId
Type: System.StringThe setting identifier.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<SettingsGetResponse>
The get setting operation response.
See Also
ISettingsOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top