コード例 #1
0
        public static void TestSellableInventoryTrafficStatisticsDelete(TrafficStatisticService.TrafficStatisticServiceClient client)
        {
            var request = new SellableInventoryTrafficStatisticsDeleteRequest();

            request.SellableInventoryTrafficStatisticHashKey = "20e65d09-1cd7-4437-b33d-016b057690e1";
            var response = client.SellableInventoryTrafficStatisticsDelete(request);
        }
コード例 #2
0
        public override async Task <SellableInventoryTrafficStatisticsDeleteResponse> SellableInventoryTrafficStatisticsDelete(SellableInventoryTrafficStatisticsDeleteRequest request, ServerCallContext context)
        {
            var res = await _executor.ExecuteAsync(new SellableInventoryTrafficStatisticsDeleteQuery
            {
                SellableInventoryTrafficStatisticHashKey = request.SellableInventoryTrafficStatisticHashKey
            }).ConfigureAwait(false);

            var returnVal = res;

            var result = new SellableInventoryTrafficStatisticsDeleteResponse
            {
            };

            return(result);
        }