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, and this page provides access to documentation for versions ranging from 1.1.0 to 2.4.0."],["The `ServiceManager` class, found within the `Google.Cloud.ServiceManagement.V1` namespace, is derived from the base `Object` class and is part of the `Google.Cloud.ServiceManagement.V1.dll` assembly."],["The `ServiceManager` class includes methods for binding services, such as `BindService(ServiceManager.ServiceManagerBase)` which creates a service definition, and `BindService(ServiceBinderBase, ServiceManager.ServiceManagerBase)` for registering service methods, and is part of an experimental API."],["The `ServiceManager` class methods utilize `ServiceManager.ServiceManagerBase`, and the documentation is used to understand the server-side handling logic that they implement."],["The Google Service Management API that these libraries are used for can be viewed by following the provided hyperlink."]]],[]]