public static void BindService(ServiceBinderBase serviceBinder, LookupService.LookupServiceBase 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 `LookupService` class provides methods for looking up service data at runtime within the Service Directory API."],["Version 2.6.0 is the latest available version of the `LookupService` class within the provided content, while version 1.1.0 is the specific version highlighted."],["The class includes methods like `BindService`, which allows the creation of service definitions for server registration and allows registration of service method with a service binder."],["`LookupService` inherits members from the `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `LookupService` class is part of the `Google.Cloud.ServiceDirectory.V1` namespace, found within the `Google.Cloud.ServiceDirectory.V1.dll` assembly."]]],[]]