public static void BindService(ServiceBinderBase serviceBinder, TenantService.TenantServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `TenantService` class manages tenant operations, including creating, reading, updating, and deleting tenants, and is part of the `Google.Cloud.Talent.V4` namespace."],["This page covers versions 1.0.0 through 2.7.0, with 2.7.0 being the latest version available for the `TenantService` in Google.Cloud.Talent.V4."],["The `TenantService` class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` methods allow registration of the service with a server or service binder, with options to provide an object implementing the server-side handling logic, named `TenantService.TenantServiceBase`."],["There are two variations of `BindService` methods, one returning a `ServerServiceDefinition`, and the other using a `ServiceBinderBase` for binding service methods."]]],[]]