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

EndUpdateAlias() public method

Finishes the asynchronous execution of the UpdateAlias operation.
public EndUpdateAlias ( IAsyncResult asyncResult ) : UpdateAliasResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAlias.
return UpdateAliasResponse
        public  UpdateAliasResponse EndUpdateAlias(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateAliasResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient