GetJobInfo Method
Retrieves information about the specified job.
Syntax
[VB.NET] Public Sub GetJobInfo(ByVal VaultName As String, ByVal JobId As String)
[C#] public void GetJobInfo(string vaultName, string jobId);
Remarks
This method retrieves information about the job specified by JobId. The Jobs collection will be populated with information about the job.
NOTE: This method has a corresponding asynchronous version (GetJobInfoAsync) for use in the WinRT environment.