public static void BindService(ServiceBinderBase serviceBinder, CloudControlsPartnerCore.CloudControlsPartnerCoreBase 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-05-07 UTC."],[[["This document provides reference documentation for the `CloudControlsPartnerCore` class, part of the Google Cloud Controls Partner v1 API, with version 1.1.0 being the latest release."],["The `CloudControlsPartnerCore` class serves as a handler for resources within the Cloud Controls Partner v1 API."],["It includes methods for binding service definitions, namely `BindService(CloudControlsPartnerCoreBase)` which creates a service definition that can be registered with a server, and `BindService(ServiceBinderBase, CloudControlsPartnerCoreBase)` for registering service methods with a service binder."],["The `CloudControlsPartnerCore` class inherits from the base `object` class and contains inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The namespace for this class is `Google.Cloud.CloudControlsPartner.V1` within the assembly `Google.Cloud.CloudControlsPartner.V1.dll`."]]],[]]