IWebSpaceOperations.ListAsync Method (CancellationToken)
Asynchronously retrieves a list of web spaces in the subscription.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task<WebSpacesListResponse>An WebSpacesListResponse object that contains the list of web spaces.
For more information about retrieving a list of web spaces, see List Webspaces. (see for more information)
Show: