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 http://msdn.microsoft.com/en-us/library/windowsazure/dn166989.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)
Function ListAsync ( cancellationToken As CancellationToken ) As Task(Of MediaServicesAccountListResponse)
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of MediaServicesAccountListResponse)The List Media Accounts operation response.
Show: