public static void BindService(ServiceBinderBase serviceBinder, Connectors.ConnectorsBase 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 `Connectors` class, part of the Integration Connectors v1 API, serves as the interface for managing connectors."],["The `Connectors` class inherits from the `object` class and has several inherited members, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService(ConnectorsBase)` method creates a service definition that can be registered with a server."],["The `BindService(ServiceBinderBase, ConnectorsBase)` method registers service methods with a service binder, useful for customizing service binding logic, and is part of an experimental API."],["This documentation covers version 1.1.0 of the Google.Cloud.Connectors.V1 assembly, with links available to other versions including 1.3.0 (latest), 1.2.0 and 1.0.0."]]],[]]