IWebSpaceOperations.ListPublishingUsersAsync Method (CancellationToken)

 

Asynchronously retrieves a list of source control users allowed to publish to the web space.

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

Task<WebSpacesListPublishingUsersResponse> ListPublishingUsersAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Return Value

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

An WebSpacesListPublishingUsersResponse object that contains the list of source control users.

Return to top
Show: