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 details version 1.4.0."],["The `ServiceManager` class inherits from the `Object` class and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`ServiceManager` includes two static methods, `BindService`, with two overloads, one returning a `ServerServiceDefinition` and the other a void, for registering and defining service logic."],["The `BindService` methods utilize a `ServiceManager.ServiceManagerBase` object for server-side handling and, depending on the overload, also requires a `ServiceBinderBase`."],["This is a part of the Google Service Management API, which is detailed in a related overview page."]]],[]]