Amazon.AWSMarketplaceMetering.AmazonAWSMarketplaceMeteringClient.BatchMeterUsage C# (CSharp) Метод

BatchMeterUsage() публичный Метод

/// An internal error has occurred. Retry your request. If the problem persists, post /// a message with details on the AWS forums. /// /// /// /// The product code passed does not match the product code used for publishing the product. /// /// The usage dimension does not match one of the UsageDimensions associated with products. /// /// The calls to the MeterUsage API are throttled. /// /// The timestamp value passed in the meterUsage() is out of allowed range. ///
public BatchMeterUsage ( BatchMeterUsageRequest request ) : BatchMeterUsageResponse
request Amazon.AWSMarketplaceMetering.Model.BatchMeterUsageRequest Container for the necessary parameters to execute the BatchMeterUsage service method.
Результат Amazon.AWSMarketplaceMetering.Model.BatchMeterUsageResponse
        public BatchMeterUsageResponse BatchMeterUsage(BatchMeterUsageRequest request)
        {
            var marshaller = new BatchMeterUsageRequestMarshaller();
            var unmarshaller = BatchMeterUsageResponseUnmarshaller.Instance;

            return Invoke<BatchMeterUsageRequest,BatchMeterUsageResponse>(request, marshaller, unmarshaller);
        }