IngestManifestAssetCollection.CreateAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
CreateAsync(IAsset, CancellationToken) | |
CreateAsync(IAsset, String[], CancellationToken) |
CreateAsync(IAsset, CancellationToken)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestAsset> CreateAsync (Microsoft.WindowsAzure.MediaServices.Client.IAsset asset, System.Threading.CancellationToken cancellationToken);
member this.CreateAsync : Microsoft.WindowsAzure.MediaServices.Client.IAsset * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestAsset>
Public Function CreateAsync (asset As IAsset, cancellationToken As CancellationToken) As Task(Of IIngestManifestAsset)
Parâmetros
- asset
- IAsset
- cancellationToken
- CancellationToken
Retornos
Aplica-se a
CreateAsync(IAsset, String[], CancellationToken)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestAsset> CreateAsync (Microsoft.WindowsAzure.MediaServices.Client.IAsset asset, string[] files, System.Threading.CancellationToken token);
member this.CreateAsync : Microsoft.WindowsAzure.MediaServices.Client.IAsset * string[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestAsset>
Public Function CreateAsync (asset As IAsset, files As String(), token As CancellationToken) As Task(Of IIngestManifestAsset)
Parâmetros
- asset
- IAsset
- files
- String[]
- token
- CancellationToken
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET