IWebSpaceOperations.GetAsync Method (String, CancellationToken)

 

Asynchronously retrieves details for a web space.

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

Task<WebSpacesGetResponse> GetAsync(
	string webSpaceName,
	CancellationToken cancellationToken
)

Parameters

webSpaceName
Type: System.String

The name of the web space.

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Return Value

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

An WebSpacesGetResponse object that contains the details for a web space.

For more information about retrieving web space details, see Get Webspace Details.

Return to top
Show: