public static void BindService(ServiceBinderBase serviceBinder, ControlService.ControlServiceBase 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."],[[["The `ControlService` class within the Retail v2 API, as part of Google Cloud, handles the modification of Control objects."],["The latest available version of `ControlService` is 2.12.0, with numerous prior versions accessible, ranging back to version 1.0.0."],["`ControlService` is a static class that is found in the Google.Cloud.Retail.V2 namespace and within the Google.Cloud.Retail.V2.dll assembly."],["The `ControlService` class contains the methods `BindService(ControlServiceBase)` and `BindService(ServiceBinderBase, ControlServiceBase)` to create a service definition or register a service method, respectively."]]],[]]