public static void BindService(ServiceBinderBase serviceBinder, RegionHealthChecks.RegionHealthChecksBase 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 webpage provides documentation for the `RegionHealthChecks` class within the Google.Cloud.Compute.V1 API, specifically for version 2.12.0 and other versions ranging from 1.0.0 to 3.6.0."],["`RegionHealthChecks` is a class that inherits from `object` and is part of the `Google.Cloud.Compute.V1` namespace, detailed within the Google.Cloud.Compute.V1.dll assembly."],["The class offers two methods, `BindService(RegionHealthChecksBase)` and `BindService(ServiceBinderBase, RegionHealthChecksBase)`, for creating and registering service definitions within a server environment."],["The `BindService` methods allow for defining server-side handling logic and binding it to a server or a service binder, with the `serviceImpl` parameter, requiring a RegionHealthChecksBase object, being crucial in implementing the logic."],["The latest version available in the reference documentation is 3.6.0, while older versions all the way down to 1.0.0 can be accessed through a list of direct links."]]],[]]