IngestManifestAssetCollection.CreateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- asset
- IAsset
- cancellationToken
- CancellationToken
Returns
Applies to
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)
Parameters
- asset
- IAsset
- files
- String[]
- token
- CancellationToken