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-03-21 UTC."],[[["The `ControlService` class in the Retail v2 API provides functionality for modifying control settings within the retail environment."],["Version 2.12.0 is the latest release of the `ControlService` for .NET, and the documentation includes versions dating back to 1.0.0."],["`ControlService` inherits core functionalities from the base `Object` class and includes methods for creating service definitions through `BindService`."],["`ControlService` is part of the `Google.Cloud.Retail.V2` namespace and can be found within the `Google.Cloud.Retail.V2.dll` assembly."],["The `BindService` method allows registration of the `ControlService` on the server side, with customizable binding logic available through the use of `ServiceBinderBase`."]]],[]]