public static void BindService(ServiceBinderBase serviceBinder, ExternalVpnGateways.ExternalVpnGatewaysBase 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."],[[["The latest version available for the `ExternalVpnGateways` class is 3.6.0, with a wide range of prior versions accessible, including 3.5.0, 3.4.0, and down to 1.0.0."],["This documentation provides reference information and code samples for the `ExternalVpnGateways` class within the Google Cloud Compute Engine v1 API."],["The `ExternalVpnGateways` class, which inherits from the `object` class, is found within the `Google.Cloud.Compute.V1` namespace, as part of the `Google.Cloud.Compute.V1.dll` assembly."],["It offers methods for service binding, including `BindService(ExternalVpnGatewaysBase)` to create a server service definition and `BindService(ServiceBinderBase, ExternalVpnGatewaysBase)` to register service methods with a service binder."],["The `BindService` methods take a service implementation object `ExternalVpnGatewaysBase` to handle server-side logic, along with a `ServiceBinderBase` in the latter method to bind service methods."]]],[]]