Amazon.Snowball.AmazonSnowballClient.EndDescribeJob C# (CSharp) Method

EndDescribeJob() public method

Finishes the asynchronous execution of the DescribeJob operation.
public EndDescribeJob ( IAsyncResult asyncResult ) : DescribeJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeJob.
return Amazon.Snowball.Model.DescribeJobResponse
        public  DescribeJobResponse EndDescribeJob(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeJobResponse>(asyncResult);
        }