Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndUpdateKeyDescription C# (CSharp) Méthode

EndUpdateKeyDescription() public méthode

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