IAccountOperations.ListAsync Method (CancellationToken)
The List Media Services Account operation gets information about all existing media services accounts associated with the current subscription in Windows Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166989.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.MediaServices
Assembly: Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)
Syntax
Task<MediaServicesAccountListResponse> ListAsync(
CancellationToken cancellationToken
)
Task<MediaServicesAccountListResponse^>^ ListAsync(
CancellationToken cancellationToken
)
abstract ListAsync :
cancellationToken:CancellationToken -> Task<MediaServicesAccountListResponse>
Function ListAsync (
cancellationToken As CancellationToken
) As Task(Of MediaServicesAccountListResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<MediaServicesAccountListResponse>
The List Media Accounts operation response.
See Also
IAccountOperations Interface
Microsoft.WindowsAzure.Management.MediaServices Namespace
Return to top