IWebSpaceOperations.GetAsync Method (String, CancellationToken)
Asynchronously retrieves details for a web space.
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.
Show: