Amazon.DeviceFarm.AmazonDeviceFarmClient.EndGetJob C# (CSharp) 메소드

EndGetJob() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.GetJobResponse
        public  GetJobResponse EndGetJob(IAsyncResult asyncResult)
        {
            return EndInvoke<GetJobResponse>(asyncResult);
        }
AmazonDeviceFarmClient