IJobTemplate.SaveAsync Method

Asynchronously saves this IJobTemplate when created from a copy of an existing IJobTemplate.

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

Syntax

'Declaration
Function SaveAsync As Task
'Usage
Dim instance As IJobTemplate 
Dim returnValue As Task 

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

Return Value

Type: System.Threading.Tasks.Task
A function delegate that returns the future result to be available through the Task.

See Also

Reference

IJobTemplate Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace