IIngestManifest.UpdateAsync Method

Updates manifest asynchronously.

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

Syntax

'Declaration
Function UpdateAsync As Task
'Usage
Dim instance As IIngestManifest 
Dim returnValue As Task 

returnValue = instance.UpdateAsync()
Task UpdateAsync()
Task^ UpdateAsync()
abstract UpdateAsync : unit -> Task
function UpdateAsync() : Task

Return Value

Type: System.Threading.Tasks.Task
The asynchronous task for update manifest operation.

See Also

Reference

IIngestManifest Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace