IWebSpaceOperations.ListAsync Method (CancellationToken)

 

Asynchronously retrieves a list of web spaces in the subscription.

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

Task<WebSpacesListResponse> ListAsync(
	CancellationToken cancellationToken
)

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)

Return to top
Show: