IngestManifestFileCollection.CreateAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
CreateAsync(String, CancellationToken) | |
CreateAsync(IIngestManifestAsset, String, CancellationToken) |
CreateAsync(String, CancellationToken)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestFile> CreateAsync (string filePath, System.Threading.CancellationToken token);
member this.CreateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestFile>
Public Function CreateAsync (filePath As String, token As CancellationToken) As Task(Of IIngestManifestFile)
Parámetros
- filePath
- String
- token
- CancellationToken
Devoluciones
Se aplica a
CreateAsync(IIngestManifestAsset, String, CancellationToken)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestFile> CreateAsync (Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestAsset ingestManifestAsset, string filePath, System.Threading.CancellationToken token);
member this.CreateAsync : Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestAsset * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestFile>
Public Function CreateAsync (ingestManifestAsset As IIngestManifestAsset, filePath As String, token As CancellationToken) As Task(Of IIngestManifestFile)
Parámetros
- ingestManifestAsset
- IIngestManifestAsset
- filePath
- String
- token
- CancellationToken
Devoluciones
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET