public static void BindService(ServiceBinderBase serviceBinder, CompanyService.CompanyServiceBase 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.
Parameters
Name
Description
serviceBinder
Grpc.Core.ServiceBinderBase
Service methods will be bound by calling AddMethod on this object.
[[["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-17 UTC."],[[["This webpage details the `CompanyService` class within the `Google.Cloud.Talent.V4` namespace, which is designed to manage company data, including creating, reading, updating, deleting, and listing companies."],["The `CompanyService` class, accessible through the `Google.Cloud.Talent.V4.dll` assembly, inherits from `System.Object` and provides methods such as `BindService` to manage service definitions."],["The latest version of the `CompanyService` class is 2.7.0, with previous versions available ranging from 1.0.0 to 2.6.0, each with their own dedicated documentation."],["The class has methods `BindService` that can be used to create service definitions or bind service method with a binder, and accepts a `CompanyService.CompanyServiceBase` object, in addition to other parameters, for handling logic."]]],[]]