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-03-21 UTC."],[[["This page provides reference documentation for the `CloudControlsPartnerCore` class, part of the Cloud Controls Partner v1beta API."],["The latest version of the API documented is `1.0.0-beta04`, which can be found in the `Google.Cloud.CloudControlsPartner.V1Beta` namespace within the `Google.Cloud.CloudControlsPartner.V1Beta.dll` assembly."],["`CloudControlsPartnerCore` includes methods like `BindService`, which are used for creating and registering service definitions for server-side handling logic, working with `CloudControlsPartnerCoreBase`."],["The `BindService` method can take either only a `CloudControlsPartnerCoreBase` or in conjunction with a `ServiceBinderBase` as parameters, to define how the service will be registered with the server."],["The class includes inherited members from `System.Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are not directly part of the API but are standard features of .NET objects."]]],[]]