次の方法で共有


IngestManifestAssetCollection.CreateAsync メソッド

定義

オーバーロード

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)

パラメーター

asset
IAsset
cancellationToken
CancellationToken

戻り値

適用対象

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)

パラメーター

asset
IAsset
files
String[]

戻り値

適用対象