CreateJobAsync Method
Creates a new job.
Syntax
[VB.NET] Public Function CreateJobAsync(ByVal VaultName As String, ByVal JobType As Integer, ByVal ArchiveId As String, ByVal SNSTopic As String) As Task<string>
[C#] public Task<string> CreateJobAsync(string vaultName, int jobType, string archiveId, string SNSTopic);