Show / Hide Table of Contents

Class DaiSessionService.DaiSessionServiceBase

Base class for server-side implementations of DaiSessionService

Inheritance
object
DaiSessionService.DaiSessionServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(DaiSessionService), "BindService")]
public abstract class DaiSessionService.DaiSessionServiceBase

Methods

GetDaiSession(GetDaiSessionRequest, ServerCallContext)

Retrieves a DaiSession object.

Declaration
public virtual Task<DaiSession> GetDaiSession(GetDaiSessionRequest request, ServerCallContext context)
Parameters
Type Name Description
GetDaiSessionRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<DaiSession>

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

In this article
Back to top Generated by DocFX