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

EndUpdateJob() public method

Finishes the asynchronous execution of the UpdateJob operation.
public EndUpdateJob ( IAsyncResult asyncResult ) : UpdateJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateJob.
return UpdateJobResponse
        public  UpdateJobResponse EndUpdateJob(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateJobResponse>(asyncResult);
        }