public static void BindService(ServiceBinderBase serviceBinder, TargetPools.TargetPoolsBase 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-31 UTC."],[[["This webpage provides reference documentation for the `TargetPools` class within the Google.Cloud.Compute.V1 API, specifically for the .NET environment, with the most recent version of the documentation being 3.6.0."],["The `TargetPools` class has several versions available, ranging from version 1.0.0 up to the latest, and the documentation provides links to each version's specific details."],["The class `TargetPools` inherits from the `object` class and includes methods like `BindService` to create and register service definitions, and a service binder to register methods."],["The `BindService` method is a static method that allows the binding of service logic, which can be done either by providing an object implementing `TargetPoolsBase`, or by passing a `ServiceBinderBase` object alongside the `TargetPoolsBase` implementation."]]],[]]