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

EndGetJobUnlockCode() public method

Finishes the asynchronous execution of the GetJobUnlockCode operation.
public EndGetJobUnlockCode ( IAsyncResult asyncResult ) : GetJobUnlockCodeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetJobUnlockCode.
return Amazon.Snowball.Model.GetJobUnlockCodeResponse
        public  GetJobUnlockCodeResponse EndGetJobUnlockCode(IAsyncResult asyncResult)
        {
            return EndInvoke<GetJobUnlockCodeResponse>(asyncResult);
        }