IAccountOperations::CreateAsync Method (MediaServicesAccountCreateParameters^, CancellationToken)
The Create Media Services Account operation creates a new media services account in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn194267.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)
Task<MediaServicesAccountCreateResponse^>^ CreateAsync( MediaServicesAccountCreateParameters^ parameters, CancellationToken cancellationToken )
Parameters
- parameters
-
Type:
Microsoft.WindowsAzure.Management.MediaServices.Models::MediaServicesAccountCreateParameters^
Parameters supplied to the Create Media Services Account operation.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<MediaServicesAccountCreateResponse^>^The Create Media Services Account operation response.
Show: