ProgramBaseCollection.CreateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateAsync(ProgramCreationOptions) | |
CreateAsync(String, TimeSpan, String) |
CreateAsync(ProgramCreationOptions)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IProgram> CreateAsync (Microsoft.WindowsAzure.MediaServices.Client.ProgramCreationOptions options);
member this.CreateAsync : Microsoft.WindowsAzure.MediaServices.Client.ProgramCreationOptions -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IProgram>
Public Function CreateAsync (options As ProgramCreationOptions) As Task(Of IProgram)
Parameters
- options
- ProgramCreationOptions
Returns
Applies to
CreateAsync(String, TimeSpan, String)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IProgram> CreateAsync (string name, TimeSpan archiveWindowLength, string assetId);
member this.CreateAsync : string * TimeSpan * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IProgram>
Public Function CreateAsync (name As String, archiveWindowLength As TimeSpan, assetId As String) As Task(Of IProgram)
Parameters
- name
- String
- archiveWindowLength
- TimeSpan
- assetId
- String