Amazon.DeviceFarm.AmazonDeviceFarmClient.EndGetJob C# (CSharp) Method

EndGetJob() public method

Finishes the asynchronous execution of the GetJob operation.
public EndGetJob ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetJob.
return Amazon.DeviceFarm.Model.GetJobResponse
        public  GetJobResponse EndGetJob(IAsyncResult asyncResult)
        {
            return EndInvoke<GetJobResponse>(asyncResult);
        }
AmazonDeviceFarmClient