[VB.NET]
Public Function GetJobOutputAsync(ByVal VaultName As String, ByVal JobId As String)AsTask
[C#]
public Task GetJobOutputAsync(string vaultName, string jobId);
Remarks
This method is the asynchronous version of the GetJobOutput method and is used to support asynchronous operations in WinRT. Please refer to GetJobOutput for more information.