public static void BindService(ServiceBinderBase serviceBinder, ImageFamilyViews.ImageFamilyViewsBase 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-09 UTC."],[[["This page provides reference documentation for the `ImageFamilyViews` class within the Google.Cloud.Compute.V1 namespace, specifically for .NET development."],["The latest version available for `ImageFamilyViews` is 3.6.0, with a comprehensive list of previous versions going back to 1.0.0, for a wide range of compatibility."],["The `ImageFamilyViews` class inherits from the `object` class and contains methods such as `BindService` for server-side implementation."],["The documentation details how to use the `BindService` method, offering information on parameters like `serviceImpl` and `serviceBinder` and the return type of `ServerServiceDefinition`, useful for handling the server-side logic."],["The page covers two overloads for the `BindService` method, one that creates a service definition and one that registers a service method, providing flexibility for various service binding scenarios."]]],[]]