IngestManifestCollection.CreateAsync Method (String, String)
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Function CreateAsync ( _
name As String, _
storageAccountName As String _
) As Task(Of IIngestManifest)
'Usage
Dim instance As IngestManifestCollection
Dim name As String
Dim storageAccountName As String
Dim returnValue As Task(Of IIngestManifest)
returnValue = instance.CreateAsync(name, _
storageAccountName)
public Task<IIngestManifest> CreateAsync(
string name,
string storageAccountName
)
public:
Task<IIngestManifest^>^ CreateAsync(
String^ name,
String^ storageAccountName
)
member CreateAsync :
name:string *
storageAccountName:string -> Task<IIngestManifest>
public function CreateAsync(
name : String,
storageAccountName : String
) : Task<IIngestManifest>
Parameters
- name
Type: System.String
- storageAccountName
Type: System.String
Return Value
Type: System.Threading.Tasks.Task<IIngestManifest>