public static void BindService(ServiceBinderBase serviceBinder, RegionHealthCheckServices.RegionHealthCheckServicesBase 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-24 UTC."],[[["The `RegionHealthCheckServices` class, found in the `Google.Cloud.Compute.V1` namespace, provides API functionality related to region health check services."],["The latest version of `RegionHealthCheckServices` is 3.6.0, and the page includes historical versions dating back to 1.0.0."],["The class has a `BindService` method to create a service definition for server registration, which takes `RegionHealthCheckServices.RegionHealthCheckServicesBase` as a parameter for the server-side implementation logic."],["Another `BindService` method allows for registering service methods with a `ServiceBinderBase` object, allowing for customized service binding logic with the `RegionHealthCheckServices.RegionHealthCheckServicesBase` implementation object."],["The `RegionHealthCheckServices` class inherits from `Object` and contains methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, in addition to the provided `BindService` methods."]]],[]]