public static void BindService(ServiceBinderBase serviceBinder, ForwardingRules.ForwardingRulesBase 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 document provides reference documentation for the `ForwardingRules` class within the Google Cloud Compute Engine v1 API, specifically focusing on version 2.9.0."],["The latest version available for `ForwardingRules` is 3.6.0, and the documentation offers access to previous versions, from 1.0.0 through 3.5.0, in descending order."],["The `ForwardingRules` class inherits from `System.Object` and is part of the `Google.Cloud.Compute.V1` namespace, residing within the `Google.Cloud.Compute.V1.dll` assembly."],["Two methods are provided for service binding: `BindService(ForwardingRulesBase)` which creates a service definition, and `BindService(ServiceBinderBase, ForwardingRulesBase)` which registers a service method with a service binder."],["The service binding methods take `ForwardingRulesBase` as a parameter, representing an object that implements the server-side logic, and uses other `Grpc.Core` objects to perform it's function."]]],[]]