ListJobsAsync Method
Lists the jobs in a vault.
Syntax
[VB.NET] Public Function ListJobsAsync(ByVal VaultName As String) As Task
[C#] public Task ListJobsAsync(string vaultName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListJobsAsync MethodLists the jobs in a vault. Syntax[VB.NET] Public Function ListJobsAsync(ByVal VaultName As String) As Task [C#] public Task ListJobsAsync(string vaultName); RemarksThis method is the asynchronous version of the ListJobs method and is used to support asynchronous operations in WinRT. Please refer to ListJobs for more information. |
||