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)
Syntax
Task<WebSpacesGetResponse> GetAsync(
string webSpaceName,
CancellationToken cancellationToken
)
Task<WebSpacesGetResponse^>^ GetAsync(
String^ webSpaceName,
CancellationToken cancellationToken
)
abstract GetAsync :
webSpaceName:string *
cancellationToken:CancellationToken -> Task<WebSpacesGetResponse>
Function GetAsync (
webSpaceName As String,
cancellationToken As CancellationToken
) As Task(Of WebSpacesGetResponse)
Parameters
webSpaceName
Type: System.StringThe name of the web space.
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task<WebSpacesGetResponse>
An WebSpacesGetResponse object that contains the details for a web space.
Remarks
For more information about retrieving web space details, see Get Webspace Details.
See Also
IWebSpaceOperations Interface
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top