IngestManifestAssetCollection.CreateAsync Method

Definition

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[]

Returns

Applies to