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-24 UTC."],[[["The latest version available for TargetPools is 3.6.0, while the current displayed version on the page is 2.0.0, with links available for versions back to 1.0.0."],["TargetPools is a static class within the Google.Cloud.Compute.V1 namespace and the Google.Cloud.Compute.V1.dll assembly, designed for handling server-side logic."],["The TargetPools class inherits from the .NET Object class and includes standard inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString."],["The TargetPools class provides two static methods, `BindService`, for registering service methods, which accept either a TargetPoolsBase object or both a ServiceBinderBase and a TargetPoolsBase object as parameters."],["The `BindService` methods returns a ServerServiceDefinition or void, respectively."]]],[]]