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)
Syntax
Task<WebSpacesListPublishingUsersResponse> ListPublishingUsersAsync(
CancellationToken cancellationToken
)
Task<WebSpacesListPublishingUsersResponse^>^ ListPublishingUsersAsync(
CancellationToken cancellationToken
)
abstract ListPublishingUsersAsync :
cancellationToken:CancellationToken -> Task<WebSpacesListPublishingUsersResponse>
Function ListPublishingUsersAsync (
cancellationToken As CancellationToken
) As Task(Of WebSpacesListPublishingUsersResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task<WebSpacesListPublishingUsersResponse>
An WebSpacesListPublishingUsersResponse object that contains the list of source control users.
See Also
IWebSpaceOperations Interface
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top