IWebSpaceOperations.ListGeoRegionsAsync Method (CancellationToken)

 

Asynchronously retrieves the available geo-regions for the web space.

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

Task<WebSpacesListGeoRegionsResponse> ListGeoRegionsAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Return Value

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

An WebSpacesListGeoRegionsResponse object that contains the available geo-regions.

Return to top
Show: