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-04-17 UTC."],[[["The `UserEventService` class, part of the `Google.Cloud.Retail.V2` namespace, is designed for managing the ingestion of end-user actions on a customer's website."],["The latest version of this service is 2.12.0, and there are multiple previous versions available ranging down to version 1.0.0 for historical reference."],["`UserEventService` inherits from the base `Object` class, and includes methods for binding a service definition to a server, specifically through `BindService`."],["The `BindService` method can be used to register service methods with a service binder, with or without an implementation, and it can be called using a `serviceImpl` parameter, implementing the server-side handling logic."],["The `UserEventService` class is contained within the Google.Cloud.Retail.V2.dll assembly."]]],[]]