public static void BindService(ServiceBinderBase serviceBinder, ConnectionService.ConnectionServiceBase 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 document outlines the `ConnectionService` class, which serves as the interface for Apigee Connect connection management APIs within version 2.0.0."],["The `ConnectionService` class inherits from `Object` and is found in the `Google.Cloud.ApigeeConnect.V1` namespace, part of the `Google.Cloud.ApigeeConnect.V1.dll` assembly."],["It offers two static methods, `BindService`, allowing the creation of service definitions and registering service methods, one which returns a ServerServiceDefinition and another which accepts a ServiceBinderBase."],["The latest available version of Apigee Connect is 2.4.0, and previous version from 1.0.0 is also available."],["The document provides links to documentation for various versions of the `ConnectionService` ranging from 1.0.0 to 2.4.0, to help find the specific documentation required."]]],[]]