Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndUpdateKeyDescription C# (CSharp) Method

EndUpdateKeyDescription() public method

Finishes the asynchronous execution of the UpdateKeyDescription operation.
public EndUpdateKeyDescription ( IAsyncResult asyncResult ) : UpdateKeyDescriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateKeyDescription.
return UpdateKeyDescriptionResponse
        public  UpdateKeyDescriptionResponse EndUpdateKeyDescription(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateKeyDescriptionResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient