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.
Parameters
Name
Description
serviceBinder
Grpc.Core.ServiceBinderBase
Service methods will be bound by calling AddMethod on this object.
[[["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."],[[["This webpage provides documentation for the `LookupService` class within the `Google.Cloud.ServiceDirectory.V1` namespace, which is part of the Service Directory API used for runtime service data lookup."],["The documentation covers multiple versions of the `LookupService`, ranging from version 1.0.0 up to the latest release, 2.6.0, all accessible through their respective links."],["The `LookupService` class is defined as static and inherits from `System.Object`, with several inherited members such as `ToString()`, `GetHashCode()`, `GetType()`, and `MemberwiseClone()`."],["The page details two `BindService` methods, one for creating a service definition that can be registered with a server and the other for registering service methods with a service binder, which is part of an experimental API."],["The methods documentation provides parameters and return types descriptions for `serviceImpl` and `serviceBinder`, including links to their respective detailed documentation."]]],[]]