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."],[[["This documentation pertains to the `ServiceManager` class within the Google Cloud Service Management v1 API, specifically within the `Google.Cloud.ServiceManagement.V1` namespace."],["The latest version of this API available is 2.4.0, and a range of past versions are also documented, going back as far as version 1.1.0."],["The `ServiceManager` class inherits from the `object` class and contains two static methods, `BindService`, for creating and registering service definitions with a server, both methods also require an implementation of `ServiceManagerBase`."],["This API provides tools for interacting with the Google Service Management infrastructure, as indicated by the link provided."],["The provided `BindService` methods are part of an experimental API, which means that they are subject to change or removal without prior notification."]]],[]]