IAccountOperations::GetAsync Method (String^, CancellationToken)

 

The Get Media Services Account operation gets detailed information about a media services account in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166974.aspx for more information)

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

Task<MediaServicesAccountGetResponse^>^ GetAsync(
	String^ accountName,
	CancellationToken cancellationToken
)

Parameters

accountName
Type: System::String^

The name of the Media Services account.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<MediaServicesAccountGetResponse^>^

The Get Media Services Account operation response.

Return to top
Show: