public static void BindService(ServiceBinderBase serviceBinder, ServiceManager.ServiceManagerBase 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 `Google.Cloud.ServiceManagement.V1.ServiceManager` is 2.4.0, while the current page focuses on version 1.5.0."],["`ServiceManager` is a static class within the `Google.Cloud.ServiceManagement.V1` namespace in the Google.Cloud.ServiceManagement.V1.dll assembly, inheriting from the `Object` class."],["The `ServiceManager` class provides methods like `BindService` to create or register a service definition, including an overloaded version for customized service binding logic."],["The `BindService` methods require a `ServiceManager.ServiceManagerBase` object, which handles server-side logic, and the overloaded version of the method requires a `ServiceBinderBase` object to bind the service methods."],["The Google Service Management API can be accessed at the provided link, offering more details about the service infrastructure."]]],[]]