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-04-09 UTC."],[[["The latest version of the `TenantService` is 2.7.0, which is part of the Google Cloud Talent V4 package."],["This `TenantService` class is designed for managing tenants and offers capabilities for creating, reading, updating, deleting, and listing them."],["The `TenantService` class inherits from the .NET `Object` class and is found in the `Google.Cloud.Talent.V4` namespace within the `Google.Cloud.Talent.V4.dll` assembly."],["There are two static methods available for binding the service, `BindService(TenantService.TenantServiceBase)` and `BindService(ServiceBinderBase, TenantService.TenantServiceBase)`, both of which take a `TenantService.TenantServiceBase` object."],["There are multiple versions of the `TenantService` referenced on the webpage, ranging from version 1.0.0 to the latest version, 2.7.0."]]],[]]