Class DaiSessionService.DaiSessionServiceBase
Base class for server-side implementations of DaiSessionService
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). |