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.
[[["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, a component of the Google Cloud Talent V4 library within the .NET framework, focused on managing company data through CRUD and enumeration operations."],["The latest version available for this service is 2.7.0, while the documentation covers multiple versions, including 2.0.0, 2.6.0, 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, and also earlier 1.x.x versions."],["The `CompanyService` class inherits from the base `Object` class and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method is available in two overloads to manage the registration of service definitions and methods, where one creates a `ServerServiceDefinition`, and the other binds to a provided `ServiceBinderBase`."],["The class documentation is within the `Google.Cloud.Talent.V4` namespace, and it is provided in the `Google.Cloud.Talent.V4.dll` assembly."]]],[]]