IngestManifestCollection.CreateAsync Method (String)

Creates the manifest asynchronously.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Function CreateAsync ( _
    name As String _
) As Task(Of IIngestManifest)
'Usage
Dim instance As IngestManifestCollection 
Dim name As String 
Dim returnValue As Task(Of IIngestManifest)

returnValue = instance.CreateAsync(name)
public Task<IIngestManifest> CreateAsync(
    string name
)
public:
Task<IIngestManifest^>^ CreateAsync(
    String^ name
)
member CreateAsync : 
        name:string -> Task<IIngestManifest> 
public function CreateAsync(
    name : String
) : Task<IIngestManifest>

Parameters

Return Value

Type: System.Threading.Tasks.Task<IIngestManifest>
Task of type IIngestManifest

See Also

Reference

IngestManifestCollection Class

CreateAsync Overload

Microsoft.WindowsAzure.MediaServices.Client Namespace