public static void BindService(ServiceBinderBase serviceBinder, UserEventService.UserEventServiceBase 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 latest version available for the Google.Cloud.Retail.V2.UserEventService is 2.12.0, while the current page focuses on version 2.9.0, detailing all the previous available versions."],["The UserEventService class, within the Retail v2 API, is designed to manage and ingest end-user actions on a customer's website, as well as inheriting properties from the object class."],["The `BindService` method can be used to create a service definition that is registerable with a server or to register a service method with a service binder, allowing for customized service binding logic."],["The `BindService` method takes a UserEventServiceBase object implementing server-side logic as a parameter, which the second version of this method also requires a ServiceBinderBase object."],["This service is in the Google.Cloud.Retail.V2 namespace, contained within the Google.Cloud.Retail.V2.dll assembly."]]],[]]