Show / Hide Table of Contents

Class LfpSaleService.LfpSaleServiceBase

Base class for server-side implementations of LfpSaleService

Inheritance
object
LfpSaleService.LfpSaleServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Shopping.Merchant.Lfp.V1
Assembly: Google.Shopping.Merchant.Lfp.V1.dll
Syntax
[BindServiceMethod(typeof(LfpSaleService), "BindService")]
public abstract class LfpSaleService.LfpSaleServiceBase

Methods

InsertLfpSale(InsertLfpSaleRequest, ServerCallContext)

Inserts a LfpSale for the given merchant.

Declaration
public virtual Task<LfpSale> InsertLfpSale(InsertLfpSaleRequest request, ServerCallContext context)
Parameters
Type Name Description
InsertLfpSaleRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<LfpSale>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX