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-21 UTC."],[[["The `RegionHealthCheckServices` class is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class provides functionality related to Region Health Check Services within the Compute Engine API, with the latest version being 3.6.0 and many other previous versions available, ranging back to 1.0.0."],["The `RegionHealthCheckServices` class inherits from `System.Object` and includes methods such as `BindService` to create and register service definitions for server-side handling logic."],["The `BindService` methods allow for creating a service definition that can be registered with a server or customizing service binding logic."],["The documentation references the assembly `Google.Cloud.Compute.V1.dll`, indicating the library where this class and its related functions are implemented."]]],[]]