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-04-02 UTC."],[[["This webpage provides documentation for the `ForwardingRules` class within the `Google.Cloud.Compute.V1` namespace, specifically focusing on version 3.0.0."],["The `ForwardingRules` class is part of the Compute Engine v1 API and is documented as an inherited class from `object` with a list of members it inherits."],["The latest documented version of ForwardingRules is 3.6.0, but this specific page focuses on the 3.0.0 version, and a list of the previous versions are provided, ranging from 1.0.0 to the latest 3.6.0."],["The page details two `BindService` methods within the `ForwardingRules` class, which are used for registering the service with a server, with one method using a `ForwardingRulesBase` and another that includes a `ServiceBinderBase`."],["The API documentation contains information regarding the parameters and the return types for the various `BindService` methods."]]],[]]